summaryrefslogtreecommitdiffstats
path: root/noise
diff options
context:
space:
mode:
authorroot <root@shack.(none)>2010-05-02 20:47:32 +0200
committerroot <root@shack.(none)>2010-05-02 20:47:32 +0200
commit667de73a8186f23df8357391cd96c3eee96eab54 (patch)
treebfb2d66e3bdd535017a30e56b49f26cf9995b6b4 /noise
parent2a0c71f3e28e11b61e98b5975116c0809bc49e34 (diff)
noise: notify ready state with "READY."
Diffstat (limited to 'noise')
-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