1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-11-15 13:25:04 -05:00

use dash as make shell *if available*

This commit is contained in:
foudfou 2012-09-08 21:54:03 +02:00
parent 3dc3f6d54d
commit 8ac3c3a82f

View File

@ -1,4 +1,6 @@
ifeq ($(wildcard /bin/dash), /bin/dash)
SHELL=/bin/dash SHELL=/bin/dash
endif
.PHONY: help .PHONY: help
help: help: