Browse code

Remove bashism in build.sh

Andrew Alderwick authored on 19/08/2021 05:05:04
Showing 1 changed files
... ...
@@ -8,7 +8,7 @@ rm -f ./bin/boot.rom
8 8
 
9 9
 # When clang-format is present
10 10
 
11
-if command -v clang-format &> /dev/null
11
+if command -v clang-format > /dev/null 2>&1
12 12
 then
13 13
 	echo "Formatting.."
14 14
 	clang-format -i src/uxn.h