summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Robert Ray <jrray@gentoo.org>2003-03-08 20:05:39 +0000
committerJ Robert Ray <jrray@gentoo.org>2003-03-08 20:05:39 +0000
commitc5a2ebc3844bfefab59d2e6dd09e1e37c763c647 (patch)
treec1240cb903f3d3dcc824d1334f34c64cd94832ef
parentremove version tag (diff)
downloadportage-cvs-c5a2ebc3844bfefab59d2e6dd09e1e37c763c647.tar.gz
portage-cvs-c5a2ebc3844bfefab59d2e6dd09e1e37c763c647.tar.bz2
portage-cvs-c5a2ebc3844bfefab59d2e6dd09e1e37c763c647.zip
Perl Is Not Bash.
-rwxr-xr-xbin/g-cpan.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/g-cpan.pl b/bin/g-cpan.pl
index 891b41e..9f4269f 100755
--- a/bin/g-cpan.pl
+++ b/bin/g-cpan.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/Attic/g-cpan.pl,v 1.4 2003/02/23 23:10:03 alain Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/Attic/g-cpan.pl,v 1.5 2003/03/08 20:05:39 jrray Exp $
# History:
@@ -292,8 +292,8 @@ sub get_globals {
# let's not beat around the bush here, make.conf isn't the
# only place these variables can be defined
- OVERLAY_DIR=$(/usr/lib/portage/bin/portageq portdir_overlay)
- PORTAGE_DIR=$(/usr/lib/portage/bin/portageq portdir)
+ $OVERLAY_DIR=qx(/usr/lib/portage/bin/portageq portdir_overlay);
+ $PORTAGE_DIR=qx(/usr/lib/portage/bin/portageq portdir);
unless ( length $OVERLAY_DIR && -d $OVERLAY_DIR ) {
$OVERLAY_DIR = "";