From 02f31e7e85accac62d9cf3be04780e8e8dced965 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 24 Nov 2006 00:24:08 +0000 Subject: [PATCH] * Doh. svn path=/nixu/trunk/; revision=7109 --- test/boot-stage-2-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/boot-stage-2-init.sh b/test/boot-stage-2-init.sh index 83232b77e906..ceea877cbebc 100644 --- a/test/boot-stage-2-init.sh +++ b/test/boot-stage-2-init.sh @@ -53,7 +53,7 @@ for o in $(cat /proc/cmdline); do set -x ;; debug2) - echo "Debug shell called from $out" + echo "Debug shell called from @out@" exec @shell@ ;; S|s|single)