summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-06-30 12:54:00 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-06-30 12:54:00 +0000
commit78f56d733e4622c6c85c5df1661f2e31758cf581 (patch)
tree414f1cb8d82f6ea7316f400e094caf6e0bf5c5ae /sys-devel/libtool/files
parentMarked ~ppc for bug #95128. (diff)
downloadhistorical-78f56d733e4622c6c85c5df1661f2e31758cf581.tar.gz
historical-78f56d733e4622c6c85c5df1661f2e31758cf581.tar.bz2
historical-78f56d733e4622c6c85c5df1661f2e31758cf581.zip
Fix tests to be sh-complaint.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-devel/libtool/files')
-rw-r--r--sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch2
-rw-r--r--sys-devel/libtool/files/1.5.14/libtool-1.5.14-egrep.patch4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch b/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch
index bacff7c5245e..0698215acd70 100644
--- a/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch
+++ b/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch
@@ -13,7 +13,7 @@ name should be bumped, but the patch content should stay fairly the same.
exit 1
fi
- newdependency_libs="$newdependency_libs $libdir/$name"
-+ if [ "x$EGREP" = x ] ; then
++ if test "X$EGREP" = X ; then
+ EGREP=egrep
+ fi
+ # We do not want portage's install root ($D) present. Check only for
diff --git a/sys-devel/libtool/files/1.5.14/libtool-1.5.14-egrep.patch b/sys-devel/libtool/files/1.5.14/libtool-1.5.14-egrep.patch
index 5c4098c40071..175a492554db 100644
--- a/sys-devel/libtool/files/1.5.14/libtool-1.5.14-egrep.patch
+++ b/sys-devel/libtool/files/1.5.14/libtool-1.5.14-egrep.patch
@@ -5,10 +5,10 @@
SED=sed
fi
+# Same for EGREP, and just to be sure, do LTCC as well
-+if [ "x$EGREP" = x ] ; then
++if test "X$EGREP" = X ; then
+ EGREP=egrep
+fi
-+if [ "x$LTCC" = x ] ; then
++if test "X$LTCC" = X ; then
+ LTCC=${CC-gcc}
+fi