use dash as make shell

This commit is contained in:
foudfou 2012-09-08 14:26:23 +02:00
parent 1e10414c1f
commit 3dc3f6d54d
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
SHELL=/bin/dash
.PHONY: help
help:
@echo "BUILD/INSTALL INSTRUCTIONS"
@ -185,4 +187,4 @@ VERSION_HARD_CODED := $(shell awk -F\" '/const\W+FIRETRAY_VERSION/ \
{ print $$2}' $(const_file))
check_version:
@echo "checking version consistency"
@[ "$(VERSION)" == "$(VERSION_HARD_CODED)" ]
@[ "$(VERSION)" = "$(VERSION_HARD_CODED)" ]