am c5a99042
: Merge "Use "" to preserve argument word breaks"
* commit 'c5a99042e944787b2cd5f2e93ba4775ffd9e36fc': Use "$@" to preserve argument word breaks
This commit is contained in:
commit
cccbcfe753
1 changed files with 1 additions and 1 deletions
|
@ -1449,7 +1449,7 @@ function pez {
|
|||
function make()
|
||||
{
|
||||
local start_time=$(date +"%s")
|
||||
$MAKE_UTIL $@
|
||||
$MAKE_UTIL "$@"
|
||||
local ret=$?
|
||||
local end_time=$(date +"%s")
|
||||
local tdiff=$(($end_time-$start_time))
|
||||
|
|
Loading…
Reference in a new issue