Fix stderr redirection in $ARCH
authorMichael Prokop <devnull@localhost>
Sun, 16 Sep 2007 08:29:17 +0000 (10:29 +0200)
committerMichael Prokop <devnull@localhost>
Sun, 16 Sep 2007 08:29:17 +0000 (10:29 +0200)
grml-live

index 05b7c40..0f412af 100755 (executable)
--- 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