[Pkg-mozext-commits] [firetray] 312/399: use dash as make shell *if available*

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:24:05 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 8ac3c3a82fdb643e71b3edc7a7711fd5e7687968
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Sat Sep 8 21:54:03 2012 +0200

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

diff --git a/src/Makefile b/src/Makefile
index 48c7266..38d9d65 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,6 @@
-SHELL=/bin/dash
+ifeq ($(wildcard /bin/dash), /bin/dash)
+    SHELL=/bin/dash
+endif
 
 .PHONY: help
 help:

-- 
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