summaryrefslogtreecommitdiff
path: root/tests/install.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/install.at')
-rw-r--r--tests/install.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install.at b/tests/install.at
index 3d1c1090..b9b2e84f 100644
--- a/tests/install.at
+++ b/tests/install.at
@@ -30,7 +30,7 @@ AT_KEYWORDS([libtool])
AT_CHECK([$LIBTOOL --features | grep 'enable shared libraries' || exit 77],
[], [ignore])
-sed 's|^\(install_override_mode\)=.*|\1=755|' < $LIBTOOL > ./libtool
+$SED 's|^\(install_override_mode\)=.*|\1=755|' < $LIBTOOL > ./libtool
LIBTOOL=./libtool
chmod a+rx $LIBTOOL