Browse code

build.sh: make shebang compliant

Sigrid Solveig Haflínudóttir authored on 18/05/2021 13:31:05
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-#!/bin/bash
1
+#!/usr/bin/env bash
2 2
 
3 3
 echo "Formatting.."
4 4
 clang-format -i src/uxn.h
... ...
@@ -53,4 +53,4 @@ else
53 53
 	./bin/uxnemu bin/boot.rom
54 54
 fi
55 55
 
56
-echo "Done."
57 56
\ No newline at end of file
57
+echo "Done."