From d32d869abfc558b5a756106d933cf7f6bdc16819 Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Thu, 19 Aug 2021 06:05:04 +0100 Subject: [PATCH] Remove bashism in build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7fcfbcc..2958d2e 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ rm -f ./bin/boot.rom # When clang-format is present -if command -v clang-format &> /dev/null +if command -v clang-format > /dev/null 2>&1 then echo "Formatting.." clang-format -i src/uxn.h