]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/boot/wrapper
[POWERPC] bootwrapper: Allow wrapper script to execute verbosely
[linux-2.6-omap-h63xx.git] / arch / powerpc / boot / wrapper
index 39b27e5ef6c19a840d4b2a9fc0f87d621e72d789..347639c63936f592329314a95ddeb77b0211830d 100755 (executable)
 #              (default ./arch/powerpc/boot)
 # -W dir       specify working directory for temporary files (default .)
 
+# Allow for verbose output
+if [ "$V" = 1 ]; then
+    set -x
+fi
+
 # defaults
 kernel=
 ofile=zImage