pass all args to custom build command

This commit is contained in:
Alexander Solovyov 2014-02-02 15:55:53 +02:00
parent a34c6c5ad6
commit 6b52d62f7d
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ if [[ ! -f $1/mime.types ]]; then
fi
if [[ -e $1/${CUSTOM_BUILD:-custom-build} ]]; then
$1/${CUSTOM_BUILD:-custom-build}
$1/${CUSTOM_BUILD:-custom-build} "$@"
fi