]> Zhao Yanbai Git Server - minix.git/commitdiff
Intr doesn't work here.
authorBen Gras <ben@minix3.org>
Sun, 26 Mar 2006 19:33:48 +0000 (19:33 +0000)
committerBen Gras <ben@minix3.org>
Sun, 26 Mar 2006 19:33:48 +0000 (19:33 +0000)
commands/scripts/packman.sh

index a53c78ad23c8f2d5d4a15614a7a3dde5b36fb4b5..3d73f2d818e66c6253567dc6b7295a544fee20d1 100644 (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 ]