mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-27 08:13:01 +00:00
build.sh: make shebang compliant
This commit is contained in:
parent
3d5e1e343f
commit
ea0584a249
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "Formatting.."
|
||||
clang-format -i src/uxn.h
|
||||
|
@ -53,4 +53,4 @@ else
|
|||
./bin/uxnemu bin/boot.rom
|
||||
fi
|
||||
|
||||
echo "Done."
|
||||
echo "Done."
|
||||
|
|
Loading…
Reference in a new issue