Quoting variables in Bash never hurts :)

master
Ivan Zahariev 2016-10-17 22:51:29 +03:00 committed by GitHub
parent 988aa4898e
commit bccd20db38
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -61,7 +61,7 @@ function run_benchmark() {
echo "# ... run $n"
TIMES_FILE=$(mktemp) || exit 1
TIMES_FILE="$(mktemp)" || exit 1
OUT="$(
{