Intr doesn't work here.

This commit is contained in:
Ben Gras 2006-03-26 19:33:48 +00:00
parent 9399633416
commit 05fc502374

View file

@ -119,8 +119,8 @@ then if [ -f $LISTFILE ]
y=y
fi
if [ "$y" = y -o "$y" = Y ]
then echo "Fetching package list (^C to abort)."
intr urlget $LISTURL >$TMPF && mv $TMPF $LISTFILE || echo "Update not successful."
then echo "Fetching package list."
urlget $LISTURL >$TMPF && mv $TMPF $LISTFILE || echo "Update not successful."
fi
netpackages=$LISTFILE
if [ ! -f "$netpackages" -o ! `cat "$netpackages" 2>/dev/null | wc -l | awk '{ print $1 }'` -gt 1 ]