diff --git a/scripts/run-with-cachegrind.sh b/scripts/run-with-cachegrind.sh index eb4a8c3f..9fca54b4 100644 --- a/scripts/run-with-cachegrind.sh +++ b/scripts/run-with-cachegrind.sh @@ -28,7 +28,7 @@ START_TIME=$(now_ms) valgrind \ --quiet \ --tool=cachegrind \ - "$1" "$2" >/dev/null + "$1" $2 >/dev/null TIME_ELAPSED=$(bc <<< "$(now_ms) - ${START_TIME}")