From 95b19ae0eff9483b53b1359e4aed2443a609b09c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 11 Sep 2011 19:20:52 +0100 Subject: Fix example to use $COMMAND and -c option. --- echo-tests/hello.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'echo-tests') diff --git a/echo-tests/hello.script b/echo-tests/hello.script index 9b24f76..ecb8481 100755 --- a/echo-tests/hello.script +++ b/echo-tests/hello.script @@ -1,2 +1,2 @@ #!/bin/sh -echo hello, world +$COMMAND hello, world -- cgit v1.2.1