From 253b6bc24a33111de826f4ab19a6ac6088b96340 Mon Sep 17 00:00:00 2001 From: shaunrd0 Date: Mon, 22 Jul 2019 12:26:47 +0000 Subject: [PATCH] Removed test from cmake script --- scripts/cmake-build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cmake-build.sh b/scripts/cmake-build.sh index 1108357..471d829 100755 --- a/scripts/cmake-build.sh +++ b/scripts/cmake-build.sh @@ -23,7 +23,6 @@ do # If input read is == 2 if [ $bChoice -eq 2 ] then - printf "test\n" rm -Rv build/* fi