Minor fix in profiling script, part 2.

Ensures that perf_update works after inital perf_setup.sh call.

NOTRY=TRUE
TBR=kjellander
BUG=NONE

Review-Url: https://codereview.webrtc.org/2719033002
Cr-Commit-Position: refs/heads/master@{#16868}
This commit is contained in:
henrika
2017-02-27 05:44:15 -08:00
committed by Commit bot
parent ea5f06f7e6
commit e71efab73d

View File

@ -198,7 +198,6 @@ function print_function_help() {
function cleanup() {
unset -f main
unset BUILD_DIR
}
# -----------------------------------------------------------------------------