diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cpt-lib | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpt-lib b/src/cpt-lib index 91a0ce1..a975a64 100644 --- a/src/cpt-lib +++ b/src/cpt-lib @@ -1477,10 +1477,6 @@ main() { "${log_dir:=$cac_dir/logs}" \ "${bin_dir:=$cac_dir/bin}" - # Die here if the user has no set CPT_PATH. This is a rare occurance - # as the environment variable should always be defined. - [ "$CPT_PATH" ] || die "\$CPT_PATH needs to be set" - # Set the location to the repository and package database. pkg_db=var/db/cpt/installed |