Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Fix small typo in config_debootstrap()
authorMichael Prokop <mika@grml.org>
Mon Apr 16 23:13:54 2007 +0200 (19 months ago)
changeset 114faa0bd674f44
manifestfaa0bd674f44
parent 113f1adce42d21a
child 1151bf9f6817167
tag0.6.39
Fix small typo in config_debootstrap()
autoconfig.functions
debian/changelog
--- a/autoconfig.functions Mon Apr 16 20:53:51 2007 +0200
+++ b/autoconfig.functions Mon Apr 16 23:13:54 2007 +0200
@@ -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<<EOF
--- a/debian/changelog Mon Apr 16 20:53:51 2007 +0200
+++ b/debian/changelog Mon Apr 16 23:13:54 2007 +0200
@@ -1,3 +1,9 @@ grml-autoconfig (0.6.38) unstable; urgen
+grml-autoconfig (0.6.39) unstable; urgency=low
+
+ * Fix small typo in config_debootstrap().
+
+ -- Michael Prokop <mika@grml.org> Mon, 16 Apr 2007 23:13:40 +0200
+
grml-autoconfig (0.6.38) unstable; urgency=low
* Rename partition bootoption inside config_debootstrap() to