Merge "Use "$@" to preserve argument word breaks"

This commit is contained in:
Ying Wang
2014-09-22 16:42:34 +00:00
committed by Gerrit Code Review

View File

@@ -1449,7 +1449,7 @@ function pez {
function make() function make()
{ {
local start_time=$(date +"%s") local start_time=$(date +"%s")
$MAKE_UTIL $@ $MAKE_UTIL "$@"
local ret=$? local ret=$?
local end_time=$(date +"%s") local end_time=$(date +"%s")
local tdiff=$(($end_time-$start_time)) local tdiff=$(($end_time-$start_time))