summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2010-12-07 00:16:14 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2010-12-07 00:16:14 +0100
commit2e0eab45cb38dad059c6efee9561e5ed4fa191eb (patch)
tree2e5d9be2e5a2775d302a4361fc5c5dca767b3a7d /priv
parent9f5d35991f28c191c4f34c2d5f574864af48f294 (diff)
Fix whitespace error and add file local variables
Diffstat (limited to 'priv')
-rwxr-xr-xpriv/templates/simplenode.runner4
1 files changed, 3 insertions, 1 deletions
diff --git a/priv/templates/simplenode.runner b/priv/templates/simplenode.runner
index 17eb2e8..72d951c 100755
--- a/priv/templates/simplenode.runner
+++ b/priv/templates/simplenode.runner
@@ -1,4 +1,6 @@
#!/bin/bash
+# -*- tab-width:4;indent-tabs-mode:nil -*-
+# ex: ts=4 sw=4 et
RUNNER_SCRIPT_DIR=$(cd ${0%/*} && pwd)
@@ -68,7 +70,7 @@ case "$1" in
$NODETOOL stop
while `kill -0 $PID 2>/dev/null`;
do
- sleep 1
+ sleep 1
done
;;