From dbd7b9a97eede27e707a279114305d7591d371fc Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 23 Nov 2003 18:29:08 +0000 Subject: various shell script fixes. add 9a, 9c, 9l wrapper scripts. label sets label on xterm/9term --- bin/Bwait | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Bwait') 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 -- cgit v1.2.3