From 1493d3449b3b6efb892cce2c71c687233cfd6b32 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 16 Sep 2007 10:29:17 +0200 Subject: [PATCH] Fix stderr redirection in $ARCH --- grml-live | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4