mirror of
https://github.com/munki/munki.git
synced 2026-04-24 05:49:42 -05:00
Better processing of addditional options to make_munki_mpkg.sh
This commit is contained in:
@@ -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 $?
|
||||
|
||||
Reference in New Issue
Block a user