Gentoo Logo
Gentoo Spaceship




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
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Zac Medico (zmedico)" <zmedico@g.o>
Subject: portage r9489 - main/trunk/bin
Date: Wed, 19 Mar 2008 19:49:01 +0000
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


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in app-xemacs/mule-ucs: metadata.xml ChangeLog
Next by thread:
gentoo-x86 commit in app-xemacs/net-utils: metadata.xml ChangeLog
Previous by date:
gentoo-x86 commit in app-xemacs/mule-ucs: metadata.xml ChangeLog
Next by date:
gentoo-x86 commit in app-xemacs/net-utils: metadata.xml ChangeLog


Updated Apr 29, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.