[Pkg-mozext-commits] [firetray] 311/399: use dash as make shell

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:24:04 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit 3dc3f6d54d02ec570b24413c2b97fba54d0a501b
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Sat Sep 8 14:26:23 2012 +0200

    use dash as make shell
---
 src/Makefile |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index df4378d..48c7266 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -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)" ]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list