public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoolkit r686 - in trunk/gentoolkit-dev: . src/eshowkw
@ 2009-09-28 18:25 Christian Ruppert (idl0r)
  0 siblings, 0 replies; only message in thread
From: Christian Ruppert (idl0r) @ 2009-09-28 18:25 UTC (permalink / raw
  To: gentoo-commits

Author: idl0r
Date: 2009-09-28 18:25:48 +0000 (Mon, 28 Sep 2009)
New Revision: 686

Modified:
   trunk/gentoolkit-dev/ChangeLog
   trunk/gentoolkit-dev/src/eshowkw/eshowkw
Log:
Make eshowkw a bit more POSIX compliant when using /bin/sh, thanks to Daniel Pielmeier <billie@gentoo.org>.


Modified: trunk/gentoolkit-dev/ChangeLog
===================================================================
--- trunk/gentoolkit-dev/ChangeLog	2009-09-12 12:51:48 UTC (rev 685)
+++ trunk/gentoolkit-dev/ChangeLog	2009-09-28 18:25:48 UTC (rev 686)
@@ -1,3 +1,6 @@
+2009-28-09: Christian Ruppert <idl0r@gentoo.org>
+	* src/eshowkw/eshowkw: Make eshowkw a bit more POSIX compliant when using
+		/bin/sh, thanks to Daniel Pielmeier <billie@gentoo.org>.
 2009-12-09: Christian Ruppert <idl0r@gentoo.org>
 	* src/echangelog/echangelog: Fix bug 284657, thanks to Andrew Gaffney <agaffney@gentoo.org>.
 		Cleanup VCS detection.

Modified: trunk/gentoolkit-dev/src/eshowkw/eshowkw
===================================================================
--- trunk/gentoolkit-dev/src/eshowkw/eshowkw	2009-09-12 12:51:48 UTC (rev 685)
+++ trunk/gentoolkit-dev/src/eshowkw/eshowkw	2009-09-28 18:25:48 UTC (rev 686)
@@ -236,7 +236,7 @@
 get_keywords() {
     (
         inherit() { :; }
-        source ${1} 2>/dev/null
+        source "$(pwd)/${1}" 2>/dev/null
         echo ${KEYWORDS}
     )
 }




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-28 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-28 18:25 [gentoo-commits] gentoolkit r686 - in trunk/gentoolkit-dev: . src/eshowkw Christian Ruppert (idl0r)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox