mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-7883 Add backslash to all occurrences of spaces in the directory path.
X-SVN-Rev: 28762
This commit is contained in:
parent
858ae2c1a0
commit
2ea7489697
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ TOOLBINDIR=$(BINDIR)
|
|||
TOOLLIBDIR=$(LIBDIR)
|
||||
|
||||
# Current full path directory.
|
||||
CURR_FULL_DIR=$(shell pwd | sed 's/ /\\ /')
|
||||
CURR_FULL_DIR=$(shell pwd | sed 's/ /\\ /g')
|
||||
# Current full path directory for use in source code in a -D compiler option.
|
||||
CURR_SRCCODE_FULL_DIR=$(shell pwd | sed 's/ /\\ /')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue