Author: jgg
Date: 1998-12-08 23:18:31 GMT
Oops, sh script fixes
OPTS="-f"
APTGET="/usr/bin/apt-get"
DPKG="/usr/bin/dpkg"
OPTS="-f"
APTGET="/usr/bin/apt-get"
DPKG="/usr/bin/dpkg"
RES=`apt-config shell CLEAN DSelect::Clean OPTS DSelect::Options \
DPKG Dir::Bin::dpkg APTGET Dir::Bin::apt-get`
eval $RES
RES=`apt-config shell CLEAN DSelect::Clean OPTS DSelect::Options \
DPKG Dir::Bin::dpkg APTGET Dir::Bin::apt-get`
eval $RES
# Yes/No Prompter
function yesno() {
# Yes/No Prompter
function yesno() {
-#$APTGET $OPTS dselect-upgrade
+$APTGET $OPTS dselect-upgrade
RES=$?
# 1 means the user choose no at the prompt
RES=$?
# 1 means the user choose no at the prompt