Skip to content

Commit 427dcb3

Browse files
committed
fix the shbang, which I broke a commit of two back
1 parent 18d445f commit 427dcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!/bin/sh
1+
#!/bin/sh
22

33
# Option feature set to FALSE if not rewuired and TRUE if required
44
ENABLE_FFPLAY=FALSE

0 commit comments

Comments
 (0)