Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5a99042 authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

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

parents b69b7d7f 850ca0db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))