mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 21:06:38 +08:00
Encapsulate argument
This commit is contained in:
parent
db375a350e
commit
92a7582fb6
@ -72,7 +72,7 @@ cd binary_distrib/macosx64
|
|||||||
if [ $# -gt 4 ]
|
if [ $# -gt 4 ]
|
||||||
then
|
then
|
||||||
chmod +x $WORK_DIR/macosx_codesign.sh
|
chmod +x $WORK_DIR/macosx_codesign.sh
|
||||||
bash $WORK_DIR/macosx_codesign.sh $(pwd) $5 $6 $7 $8
|
bash $WORK_DIR/macosx_codesign.sh $(pwd) "$5" $6 $7 $8
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Pack binary_distrib
|
#Pack binary_distrib
|
||||||
|
Loading…
Reference in New Issue
Block a user