Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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