aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/E (renamed from bin/Bwait)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Bwait b/bin/E
index 00429609..80a22ecc 100755
--- a/bin/Bwait
+++ b/bin/E
@@ -6,7 +6,7 @@
stat=`ls -l $1`
B "$@"
-while true
+while sleep 1
do
nstat=`ls -l $1`
if [ "x$stat" != "x$nstat" ]