[x264-devel] [PATCH v2 8/8] now that configure is POSIX compatible switch shebang to sh

Ethan Sommer e5ten.arch at gmail.com
Thu Jan 16 22:23:42 CET 2020


---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 56364c17..7a55f877 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 if [ "$1" = -h ] || [ "$1" = --help ]; then
 cat <<EOF
-- 
2.25.0



More information about the x264-devel mailing list