Skip to content

Commit 0d9f8f4

Browse files
authored
Merge pull request #438 from sorki/shebang
fix shebang in bin/build.sh
2 parents 20beaab + 170c9a5 commit 0d9f8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bin/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
if [ -d obj ]; then
44
rm -fR obj/*

0 commit comments

Comments
 (0)