From: Michael Prokop Date: Mon, 16 Apr 2007 21:13:54 +0000 (+0200) Subject: Fix small typo in config_debootstrap() X-Git-Tag: 0.6.39 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=0c6e4eb8b502b781754e6b59a67dd1addb593778;ds=sidebyside Fix small typo in config_debootstrap() --- diff --git a/autoconfig.functions b/autoconfig.functions index a6b07a5..1934575 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -2213,7 +2213,7 @@ fi [ -n "$GROOT" ] && GROOTCMD="--groot $GROOT" || GROOTCMD='' [ -n "$RELEASE" ] && RELEASECMD="--release $RELEASE" || RELEASECMD='' [ -n "$MIRROR" ] && MIRRORCMD="--mirror $MIRROR" || MIRRORCMD='' -[ -n "$PASSWORD" ] && PASSWORDCMD="--password $PASSWORD" ] || PASSWORDCMD='' +[ -n "$PASSWORD" ] && PASSWORDCMD="--password $PASSWORD" || PASSWORDCMD='' # and finally write script and execute it cat>|/usr/bin/grml-debootstrap_noninteractive< Mon, 16 Apr 2007 23:13:40 +0200 + grml-autoconfig (0.6.38) unstable; urgency=low * Rename partition bootoption inside config_debootstrap() to