summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build_and_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_and_test.sh b/build_and_test.sh
index 2bb9783..a7d7ff6 100644
--- a/build_and_test.sh
+++ b/build_and_test.sh
@@ -7,7 +7,7 @@ COMPILEPP=g++
OBJ_POSTFIX=.o
EXE_POSTFIX=
-UNAME=$(command -v uname)
+UNAME=$(uname)
echo "UNAME: ${UNAME}"