From 227d2c886ddd7d7347268fb79742a17631ac2f62 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 26 Mar 2006 19:30:33 +0000 Subject: [PATCH] Fixed network availability check --- commands/scripts/packman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/scripts/packman.sh b/commands/scripts/packman.sh index 5b58d7bee..544463890 100644 --- a/commands/scripts/packman.sh +++ b/commands/scripts/packman.sh @@ -111,7 +111,7 @@ rm -f $TMPF rm -f $TMPDIR/.* # Remove any remaining .postinstall script or .list* netpackages="" -if /dev/null then if [ -f $LISTFILE ] then echo -n "Update package list from network? (y/N) " read y -- 2.44.0