Pass arguments for separated functions

parent 6d94ce9f
......@@ -584,13 +584,13 @@ build_package_standard_install_with_bundled_gems() {
"$MAKE" extract-gems
} >&4 2>&1
build_package_standard_install
build_package_standard_install "$@"
}
# Backword Compatibility for standard function
build_package_standard() {
build_package_standard_build
build_package_standard_install
build_package_standard_build "$@"
build_package_standard_install "$@"
}
build_package_autoconf() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment