From 749d455ac3c6bcad8a09d96bc613aafc2af45292 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 25 Aug 2019 14:56:20 -0700 Subject: . --- run_one_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_one_test b/run_one_test index aff33c36..8d69ad69 100755 --- a/run_one_test +++ b/run_one_test @@ -9,7 +9,7 @@ then echo $FILES > /tmp/last_run_files elif [[ -e /tmp/last_run_files ]] then - FILES=`cat /tmp/last_run_files` + FILES=$(cat /tmp/last_run_files) else echo "no test found" exit 0 # don't open trace -- cgit 1.4.1-2-gfad0