diff options
Diffstat (limited to 'support/scripts/fix-configure-powerpc64.sh')
-rwxr-xr-x | support/scripts/fix-configure-powerpc64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/fix-configure-powerpc64.sh b/support/scripts/fix-configure-powerpc64.sh index ad710422a5..ff2b283ce9 100755 --- a/support/scripts/fix-configure-powerpc64.sh +++ b/support/scripts/fix-configure-powerpc64.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # This is a script to find, and correct, a problem with old versions of # configure that affect powerpc64 and powerpc64le. |