use `type -P`, not `which`
authorMike Frysinger <vapier@gentoo.org>
Tue, 13 Mar 2007 02:01:44 +0000 (02:01 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 13 Mar 2007 02:01:44 +0000 (02:01 +0000)
eclass/enlightenment.eclass

index c4c11d8a90039466118f8de2d02876b9cb0440b6..74480ffd97507172ac4fb0c75087f51a0e25a63d 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.70 2007/01/18 02:09:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.71 2007/03/13 02:01:44 vapier Exp $
 #
 # Author: vapier@gentoo.org
 
@@ -111,7 +111,7 @@ enlightenment_pkg_setup() {
 # the stupid gettextize script prevents non-interactive mode, so we hax it
 gettext_modify() {
        use nls || return 0
-       cp $(which gettextize) "${T}"/ || die "could not copy gettextize"
+       cp $(type -P gettextize) "${T}"/ || die "could not copy gettextize"
        sed -i \
                -e 's:read dummy < /dev/tty::' \
                "${T}"/gettextize