summaryrefslogtreecommitdiffstats
path: root/Reaktor/commands/hello
diff options
context:
space:
mode:
Diffstat (limited to 'Reaktor/commands/hello')
-rwxr-xr-xReaktor/commands/hello2
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/commands/hello b/Reaktor/commands/hello
index df3b6bb9..05ed79b5 100755
--- a/Reaktor/commands/hello
+++ b/Reaktor/commands/hello
@@ -1,2 +1,2 @@
#! /bin/sh
-echo "Hello${argument+, $argument}!"
+echo "Hello${*+, $*}!"