Skip to content
Snippets Groups Projects

Use portable shebang in configure script

Open Gleb Popov requested to merge arrowd/x264:arrowd-master-patch-81281 into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
#!/bin/bash
#!/usr/bin/env bash
if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
cat <<EOF
Loading