From: Ben Gras Date: Sun, 26 Mar 2006 19:33:48 +0000 (+0000) Subject: Intr doesn't work here. X-Git-Tag: v3.1.2a~126 X-Git-Url: http://zhaoyanbai.com/repos/rndc.html?a=commitdiff_plain;h=05fc5023741701255f75676cf778acc6f8631451;p=minix.git Intr doesn't work here. --- diff --git a/commands/scripts/packman.sh b/commands/scripts/packman.sh index a53c78ad2..3d73f2d81 100644 --- a/commands/scripts/packman.sh +++ b/commands/scripts/packman.sh @@ -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 ]