From: Michael Prokop Date: Sun, 16 Sep 2007 08:29:17 +0000 (+0200) Subject: Fix stderr redirection in $ARCH X-Git-Tag: 0.0.1~50 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=1493d3449b3b6efb892cce2c71c687233cfd6b32 Fix stderr redirection in $ARCH --- diff --git a/grml-live b/grml-live index 05b7c40..0f412af 100755 --- a/grml-live +++ b/grml-live @@ -188,10 +188,10 @@ if [ "$ARCH" = x86 ] ; then fi # amd64: elif [ "$ARCH" = amd64 ] ; then - echo 'Warning: gebi, it is your turn. :)'>2 + echo 'Warning: gebi, it is your turn. :)'>&2 # ppc: elif [ "$ARCH" = powerpc ] ; then - echo 'Warning: formorer, it is your turn. :)'>2 + echo 'Warning: formorer, it is your turn. :)'>&2 # unsuported: else echo 'Warning: Unsupported ARCH, sorry. Want to support it? Contribute!'>&2