aboutsummaryrefslogtreecommitdiffstats
path: root/fix-libtool-from-moving-options-after-libs
diff options
context:
space:
mode:
Diffstat (limited to 'fix-libtool-from-moving-options-after-libs')
-rwxr-xr-xfix-libtool-from-moving-options-after-libs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-libtool-from-moving-options-after-libs b/fix-libtool-from-moving-options-after-libs
index e8db899..134a2e3 100755
--- a/fix-libtool-from-moving-options-after-libs
+++ b/fix-libtool-from-moving-options-after-libs
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/sh
CONFIGURE_TOP="${1:-.}"
if [ -e $CONFIGURE_TOP/configure ] && grep -q -F '$deplibs $compiler_flags' $CONFIGURE_TOP/configure; then