From: Alec Berryman Date: Tue, 6 Mar 2007 17:30:11 +0000 (+0000) Subject: Fix darcs-all to be usable with shells other than bash X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d3bee4f70adfe1df217393d81d4920a3cee3d69d Fix darcs-all to be usable with shells other than bash --- diff --git a/darcs-all b/darcs-all index 8b2a68a..7bd96a4 100644 --- a/darcs-all +++ b/darcs-all @@ -115,7 +115,7 @@ testsuite=NO args_done=NO -while [ "$args_done" == NO ] +while [ "$args_done" = NO ] do case $1 in --extra) shift; extra=YES;;