You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/x264-1-fix-bin-bash.patch

12 lines
433 B

This file is part of MXE. See LICENSE.md for licensing information.
diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/configure
--- x264-snapshot-20100714-2245/configure 2010-07-15 06:45:07.000000000 +1000
+++ x264-snapshot-20100714-2245.new/configure 2010-10-03 23:58:24.000000000 +1100
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
cat <<EOF