From: Michael Prokop Date: Mon, 9 Jan 2012 15:45:40 +0000 (+0100) Subject: GRML_SMALL/98-clean-chroot: remove "set -x" not suited for release X-Git-Tag: v0.17.3~1 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=286b0d2f17230194e8913f38cf5dfde57ce546f0 GRML_SMALL/98-clean-chroot: remove "set -x" not suited for release --- diff --git a/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot b/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot index 25e01f4..6e197e6 100755 --- a/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot @@ -17,6 +17,5 @@ if [ -d $target/usr/share/doc/grml-docs ] ; then mv $target/usr/share/doc/grml-docs $target/tmp/ fi -set -x ## END OF FILE ################################################################# # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2