0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-23 22:35:11 +00:00

Remove bashism in build.sh

This commit is contained in:
Andrew Alderwick 2021-08-19 06:05:04 +01:00
parent fffbf28805
commit d32d869abf

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