diff options
Diffstat (limited to 'bin/Bwait')
-rwxr-xr-x | bin/Bwait | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ B "$@" while true do nstat=`ls -l $1` - if [ "$stat" eq "$nstat" ] + if [ "x$stat" != "x$nstat" ] then exit fi |