Fix _opt_chroot_scripts typo, thanks Tong Sun
authorMichael Prokop <mika@grml.org>
Mon, 24 Nov 2008 22:29:58 +0000 (23:29 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 24 Nov 2008 22:29:58 +0000 (23:29 +0100)
cmdlineopts.clp
debian/changelog

index a513314..b7d7a2a 100644 (file)
@@ -70,7 +70,7 @@ while :; do
     _opt_scripts_set=T
     ;;
   --chroot-scripts)   # Execute chroot scripts from specified directory
-    shift; _opt_chroot_scripts_set="$1"
+    shift; _opt_chroot_scripts="$1"
     _opt_chroot_scripts_set=T
     ;;
   --keep_src_list)     # Do not overwrite user provided apt sources.list
index 78bfe51..3dbe0ec 100644 (file)
@@ -34,7 +34,7 @@ grml-debootstrap (0.23) unstable; urgency=low
   * Drop locales from RECONFIGURE list (thanks for hint, Tong Sun).
     [Closes: issue560]
 
- -- Michael Prokop <mika@grml.org>  Thu, 20 Nov 2008 14:57:20 +0100
+ -- Michael Prokop <mika@grml.org>  Mon, 24 Nov 2008 23:29:30 +0100
 
 grml-debootstrap (0.22) unstable; urgency=low