From ccd3a7e2c2fb5307b84abc79e7d0b897621e2850 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 19 Aug 2006 02:58:47 +0000 Subject: * Fix ikiwiki-mass-rebuild to work in the way the postinst uses it. --- ikiwiki-mass-rebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ikiwiki-mass-rebuild') diff --git a/ikiwiki-mass-rebuild b/ikiwiki-mass-rebuild index dac54cb8e..7ec41e98f 100755 --- a/ikiwiki-mass-rebuild +++ b/ikiwiki-mass-rebuild @@ -1,10 +1,7 @@ #!/bin/sh set -e -action="" -if [ -n "$1" ]; then - action="$1" -fi +action="$@" wikilist=/etc/ikiwiki/wikilist -- cgit v1.2.3