diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:04 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:04 +0000 |
commit | c1e78ee5a2697afc0902d1be294d71de93090909 (patch) | |
tree | f2cc9270b427a4ce9afed950243fd55efd341032 /dselect/install | |
parent | e301bbe940636295d844ba8ab278c10828a004fa (diff) |
Various minor bug fixes
Author: jgg
Date: 1999-06-24 04:06:30 GMT
Various minor bug fixes
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 |