Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Freudenberg <bert@freudenbergs.de>2010-09-06 15:18:54 (GMT)
committer Bert Freudenberg <bert@freudenbergs.de>2010-09-06 15:18:54 (GMT)
commit5641aa7cb12f14de84a14862781ae9c4ae3344be (patch)
treefef0e050e0b56f3ebbb1d8a5e032d115ec3b3062
parent5353f41d0cb1e16491f3eaf1869e2dfcb4a09b94 (diff)
Replace == with = in shell tests
-rw-r--r--Makefile.in2
-rwxr-xr-xetoys-activity2
2 files changed, 2 insertions, 2 deletions
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