| Subject: | [svn:mod_parrot] r357 - mod_parrot/trunk |
|---|---|
| From: | jhorwitz@xxxxxxxxxxxx |
| Date: | Thu, 10 Jul 2008 09:17:49 -0700 (PDT) |
| Newsgroups: | perl.cvs.mod_parrot |
Author: jhorwitz
Date: Thu Jul 10 09:17:49 2008
New Revision: 357
Modified:
mod_parrot/trunk/Configure.pl
Log:
fix to work with new parrot_config binary
Modified: mod_parrot/trunk/Configure.pl
==============================================================================
--- mod_parrot/trunk/Configure.pl (original)
+++ mod_parrot/trunk/Configure.pl Thu Jul 10 09:17:49 2008
@@ -41,7 +41,7 @@
sub parrot_config
{
my $config = shift;
- my $value = `cd $parrot_build_dir; ./parrot parrot-config $config`;
+ my $value = `$parrot_build_dir/parrot_config $config`;
chomp($value);
return $value;
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [svn:mod_parrot] r356 - in mod_parrot/trunk: . lib/ModParrot/HLL, jhorwitz |
|---|---|
| Next by Date: | [svn:mod_parrot] r358 - mod_parrot/trunk/patches, jhorwitz |
| Previous by Thread: | [svn:mod_parrot] r356 - in mod_parrot/trunk: . lib/ModParrot/HLL, jhorwitz |
| Next by Thread: | [svn:mod_parrot] r358 - mod_parrot/trunk/patches, jhorwitz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |