commit d32d869abfc558b5a756106d933cf7f6bdc16819
parent fffbf2880536a2c65b974142e65f3daf343999c8
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date: Thu, 19 Aug 2021 06:05:04 +0100
Remove bashism in build.sh
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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