зеркало из https://github.com/mozilla/gecko-dev.git
Bug 538723 run_for_effect is not portable for Bourne shell r=ted.mielczarek
This commit is contained in:
Родитель
171afe0464
Коммит
cbade4f169
|
@ -62,7 +62,7 @@
|
|||
# MOZ_APP_VERSION and MOZ_LANGPACK_EID.
|
||||
|
||||
|
||||
run_for_effects := $(shell if ! test -d $(DIST); then $(NSINSTALL) -D $(DIST); fi)
|
||||
run_for_effects := $(shell if test ! -d $(DIST); then $(NSINSTALL) -D $(DIST); fi)
|
||||
_ABS_DIST := $(shell cd $(DIST) && pwd)
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче