Skip to content

Commit 170c9a5

Browse files
committed
fix shebang in bin/build.sh
Using env is a more portable approach.
1 parent 20beaab commit 170c9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)