From 85878f81ddc0c473dc4af57e57003f3da88bd7e1 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 29 Mar 2010 15:22:29 +0200 Subject: [PATCH] undo the escape sequence! --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all b/all index 734695aa..d684c908 100755 --- a/all +++ b/all @@ -4,7 +4,7 @@ set -e msg() { - echo "$*" + echo "$*" } self=`md5sum "$0"` -- 2.39.2