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:
parent
3dc3f6d54d
commit
8ac3c3a82f
@ -1,4 +1,6 @@
|
||||
SHELL=/bin/dash
|
||||
ifeq ($(wildcard /bin/dash), /bin/dash)
|
||||
SHELL=/bin/dash
|
||||
endif
|
||||
|
||||
.PHONY: help
|
||||
help:
|
||||
|
Loading…
Reference in New Issue
Block a user