summaryrefslogtreecommitdiff
path: root/lib/make/make.thornlib
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-09-28 02:45:28 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-09-28 02:45:28 +0000
commit247c55146bdc71db2f3b5b3944a9fcc9914ba467 (patch)
tree9c9d2c85fd561e7779766d895911994a6a96bf99 /lib/make/make.thornlib
parentaeebc07e94b8a96c9634b9fdf3a191bcab304a98 (diff)
remove bashisms and unnecessary curly braces
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4738 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.thornlib')
-rw-r--r--lib/make/make.thornlib2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.thornlib b/lib/make/make.thornlib
index c246ddab..49861b0e 100644
--- a/lib/make/make.thornlib
+++ b/lib/make/make.thornlib
@@ -15,7 +15,7 @@
DIVEL = __________________
DIVIDER = $(DIVEL)$(DIVEL)$(DIVEL)$(DIVEL)
define NOTIFY_DIVIDER
- { if test "$(VERBOSE)" == "yes"; then echo $(DIVIDER); fi }
+ if test "$(VERBOSE)" = "yes"; then echo $(DIVIDER); fi
endef
# Include the main make definitions for this configuration