зеркало из https://github.com/mozilla/gecko-dev.git
Bug 363000 - protect against spaces in the source directory, r=luser
This commit is contained in:
Родитель
63bf425a9f
Коммит
79e278422b
|
@ -418,6 +418,9 @@ CVS = cvs
|
|||
comma := ,
|
||||
|
||||
CWD := $(shell pwd)
|
||||
ifneq (1,$(words $(CWD)))
|
||||
$(error The mozilla directory cannot be located in a path with spaces.)
|
||||
endif
|
||||
|
||||
ifeq "$(CWD)" "/"
|
||||
CWD := /.
|
||||
|
|
Загрузка…
Ссылка в новой задаче