]> git.saurik.com Git - apt.git/blobdiff - dselect/install
Fixed another oops
[apt.git] / dselect / install
index 7c42374580e44aa5fa5fb3fa8e2a42c20306a830..db96a80550be3a6eeadee61ddb39ba61c2908b46 100755 (executable)
@@ -5,14 +5,14 @@ CLEAN="auto"
 OPTS="-f"
 APTGET="/usr/bin/apt-get"
 DPKG="/usr/bin/dpkg"
-sh -e
+set -e
 RES=`apt-config shell CLEAN DSelect::Clean OPTS DSelect::Options \
                       DPKG Dir::Bin::dpkg APTGET Dir::Bin::apt-get`
 eval $RES
-sh +e
+set +e
 
 # Yes/No Prompter
-function yesno() {
+yesno() {
 # $1 = prompt
 # $2 = default(y)
        local ans def defp
@@ -37,7 +37,7 @@ function yesno() {
        echo $ans | tr YN yn
 }
 
-#$APTGET $OPTS dselect-upgrade
+$APTGET $OPTS dselect-upgrade
 RES=$?
 
 # 1 means the user choose no at the prompt