Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
Author: zmedico
Date: 2008-03-19 19:49:00 +0000 (Wed, 19 Mar 2008)
New Revision: 9489
Modified:
main/trunk/bin/doins
Log:
Fix quoting.
Modified: main/trunk/bin/doins
===================================================================
--- main/trunk/bin/doins 2008-03-19 18:44:52 UTC (rev 9488)
+++ main/trunk/bin/doins 2008-03-19 19:49:00 UTC (rev 9489)
@@ -53,7 +53,7 @@
while [ "$x" != "${x%/}" ] ; do
x=${x%/}
done
- if [ $x = "${x%/*}" ] ; then
+ if [ "$x" = "${x%/*}" ] ; then
pushd "$PWD" >/dev/null
else
pushd "${x%/*}" >/dev/null
--
gentoo-commits@g.o mailing list
|
|