From d3bee4f70adfe1df217393d81d4920a3cee3d69d Mon Sep 17 00:00:00 2001 From: Alec Berryman Date: Tue, 6 Mar 2007 17:30:11 +0000 Subject: [PATCH] Fix darcs-all to be usable with shells other than bash --- darcs-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;; -- 1.7.10.4