Remove bashism in build.sh

This commit is contained in:
Andrew Alderwick 2021-08-19 06:05:04 +01:00
parent fffbf28805
commit d32d869abf
1 changed files with 1 additions and 1 deletions

View File

@ -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