From 5641aa7cb12f14de84a14862781ae9c4ae3344be Mon Sep 17 00:00:00 2001 From: Bert Freudenberg Date: Mon, 06 Sep 2010 15:18:54 +0000 Subject: Replace == with = in shell tests --- diff --git a/Makefile.in b/Makefile.in index 8ba85f2..9ecdd59 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,7 +24,7 @@ Content/locale: Content $(pos) for dir in po-new/* ; do \ lang=`basename $$dir` ; \ for po in $$dir/*.po ; do \ - [ $$lang == templates ] && break ; \ + [ $$lang = templates ] && break ; \ domain=`basename $$po .po`; \ echo -n "$${lang}-$${domain}: " ; \ mkdir -p $@/$$lang/LC_MESSAGES ; \ diff --git a/etoys-activity b/etoys-activity index 044bc4b..7326018 100755 --- a/etoys-activity +++ b/etoys-activity @@ -2,7 +2,7 @@ # Author: Bert Freudenberg # Purpose: Run Etoys using the Squeak virtual machine -[ "$SUGAR_LOGGER_LEVEL" == "debug" ] && export ETOYS_DEBUG=1 +[ "$SUGAR_LOGGER_LEVEL" = "debug" ] && export ETOYS_DEBUG=1 [ "0$ETOYS_DEBUG" -gt "0" ] && DEBUG=echo || DEBUG=false # arguments are unordered, have to loop -- cgit v0.9.1