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:
parent
fffbf28805
commit
d32d869abf
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -8,7 +8,7 @@ rm -f ./bin/boot.rom
|
||||||
|
|
||||||
# When clang-format is present
|
# When clang-format is present
|
||||||
|
|
||||||
if command -v clang-format &> /dev/null
|
if command -v clang-format > /dev/null 2>&1
|
||||||
then
|
then
|
||||||
echo "Formatting.."
|
echo "Formatting.."
|
||||||
clang-format -i src/uxn.h
|
clang-format -i src/uxn.h
|
||||||
|
|
Loading…
Reference in a new issue