Better processing of addditional options to make_munki_mpkg.sh

This commit is contained in:
Greg Neagle
2020-08-25 08:40:32 -07:00
parent 1399cfa839
commit 85dde11196
+2 -1
View File
@@ -117,6 +117,7 @@ if [ "$CHECKOUT_RESULT" != "0" ]; then
fi
# now use the version of the make_munki_mpkg.sh script in the Git repo.
"$MUNKIDIR/code/tools/make_munki_mpkg.sh" -r "$MUNKIDIR" -o "$OUTPUTDIR" $ADDITIONALARGS
CMD="\"$MUNKIDIR/code/tools/make_munki_mpkg.sh\" -r \"$MUNKIDIR\" -o \"$OUTPUTDIR\" $ADDITIONALARGS"
eval $CMD
exit $?