Commit a0fef0bb by Sam Stephenson

Ensure $MAKE is quoted

parent ea7dd51f
...@@ -319,8 +319,8 @@ build_package_standard() { ...@@ -319,8 +319,8 @@ build_package_standard() {
fi fi
{ ./configure --prefix="$PREFIX_PATH" $CONFIGURE_OPTS { ./configure --prefix="$PREFIX_PATH" $CONFIGURE_OPTS
$MAKE $MAKE_OPTS "$MAKE" $MAKE_OPTS
$MAKE install "$MAKE" install
} >&4 2>&1 } >&4 2>&1
} }
......
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