We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd8ad1 commit d218adaCopy full SHA for d218ada
Makefile
@@ -46,4 +46,4 @@ brew:
46
brew bump-formula-pr --url=$(RELEASE_TAR) XcodeGen
47
48
archive: build
49
- ./scripts/archive.sh $(EXECUTABLE_PATH)
+ ./scripts/archive.sh "$(EXECUTABLE_PATH)"
scripts/archive.sh
@@ -10,7 +10,7 @@ LICENSE=LICENSE
10
# copy
11
12
mkdir -p $BINDIR
13
-cp -f $1 $BINDIR
+cp -f "$1" $BINDIR
14
15
mkdir -p $SHAREDIR
16
cp -R SettingPresets $SHAREDIR/SettingPresets
0 commit comments