summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnoise2
1 files changed, 1 insertions, 1 deletions
diff --git a/noise b/noise
index b0b5b501..36c86185 100755
--- a/noise
+++ b/noise
@@ -62,7 +62,7 @@ readline() {
s:.*:command='$noise_default_command'; args='&';:p;t
"
}
-while eval "`readline`" ; do
+while echo "READY." && eval "`readline`" ; do
#echo "command: $command; args: $args"
## modcall
for dir in `echo "$NOISE_PATH" | tr : \ ` ; do