aboutsummaryrefslogtreecommitdiff
path: root/bin/Bwait
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Bwait')
-rwxr-xr-xbin/Bwait2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Bwait b/bin/Bwait
index 1c6ef96f..00429609 100755
--- a/bin/Bwait
+++ b/bin/Bwait
@@ -9,7 +9,7 @@ B "$@"
while true
do
nstat=`ls -l $1`
- if [ "$stat" eq "$nstat" ]
+ if [ "x$stat" != "x$nstat" ]
then
exit
fi