summaryrefslogtreecommitdiff
path: root/darcs-all
diff options
context:
space:
mode:
authorAlec Berryman <alec@thened.net>2007-03-06 17:30:11 +0000
committerAlec Berryman <alec@thened.net>2007-03-06 17:30:11 +0000
commitd3bee4f70adfe1df217393d81d4920a3cee3d69d (patch)
tree9caa74edd048bd88df6700eb22c4c0561e380931 /darcs-all
parentdbc5ae8aa41a629151eeb38987e2f5c83a4d7d53 (diff)
downloadhaskell-d3bee4f70adfe1df217393d81d4920a3cee3d69d.tar.gz
Fix darcs-all to be usable with shells other than bash
Diffstat (limited to 'darcs-all')
-rw-r--r--darcs-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/darcs-all b/darcs-all
index 8b2a68a6be..7bd96a4493 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;;