1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-08-13 15:53:47 -04: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
endif
.PHONY: help
help: