diff options
Diffstat (limited to 'dselect/install')
-rwxr-xr-x | dselect/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/install b/dselect/install index 6cf5dcf1a..9e43438ac 100755 --- a/dselect/install +++ b/dselect/install @@ -7,7 +7,7 @@ APTGET="/usr/bin/apt-get" DPKG="/usr/bin/dpkg" set -e RES=`apt-config shell CLEAN DSelect::Clean OPTS DSelect::Options \ - DPKG Dir::Bin::dpkg/ APTGET Dir::Bin::apt-get/ \ + DPKG Dir::Bin::dpkg APTGET Dir::Bin::apt-get \ ARCHIVES Dir::Cache::Archives/` eval $RES set +e |