From: Michael Prokop Date: Mon, 24 Nov 2008 22:29:58 +0000 (+0100) Subject: Fix _opt_chroot_scripts typo, thanks Tong Sun X-Git-Tag: v0.23~1 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=8fb531a488c18a5f93ec415473182757c6f06444 Fix _opt_chroot_scripts typo, thanks Tong Sun --- diff --git a/cmdlineopts.clp b/cmdlineopts.clp index a513314..b7d7a2a 100644 --- a/cmdlineopts.clp +++ b/cmdlineopts.clp @@ -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 diff --git a/debian/changelog b/debian/changelog index 78bfe51..3dbe0ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 20 Nov 2008 14:57:20 +0100 + -- Michael Prokop Mon, 24 Nov 2008 23:29:30 +0100 grml-debootstrap (0.22) unstable; urgency=low