aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2001-09-12 00:03:41 +0000
committerNathan Scott <nathans@sgi.com>2001-09-12 00:03:41 +0000
commitf1a6e48884c3a4d2cbecfa921ec29c6196754b68 (patch)
treedd9c6e3f32df2d8b9942578ed48e33948a26253b
parentaa33752e78eb75a567be42412de069d6f2119aa3 (diff)
downloaddmapi-dev-f1a6e48884c3a4d2cbecfa921ec29c6196754b68.tar.gz
Make install-sh posix compliant so ash as /bin/sh works.
-rwxr-xr-xinstall-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-sh b/install-sh
index a3a0c7d..05d78d0 100755
--- a/install-sh
+++ b/install-sh
@@ -216,7 +216,7 @@ then
echo "$prog: Unable to find libtool library file $libtool_lai"
exit 2
fi
- . $libtool_lai
+ . ./$libtool_lai
target=$DIST_ROOT/$2
fi
case $lt_install in