Kaydet (Commit) d749277a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix sh quoting of ; and \ (the latter in the cygpath -w output)

Change-Id: Iec52b93746b2fd9bbd6ad67667092717f39222d7
üst 476ceebf
......@@ -318,7 +318,7 @@ endef
# $(1): one directory pathname to append to the ld path
define gb_Helper_extend_ld_path
$(gb_Helper_set_ld_path);$(shell cygpath -w $(1))
$(gb_Helper_set_ld_path)';$(shell cygpath -w $(1))'
endef
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment