summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-06-27 10:33:33 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-06-27 10:33:33 +0000
commit6c7c72aaff070ed7411b9a59b2fe0e5e6c1bca90 (patch)
tree9ae2a8937eb5821d2f4cea46723ef35093743acb /lib
parent25720bdbf0861e6e946d962bac3a94a28ab337e9 (diff)
Undo my last commit which broke CST configuration on architectures except
Windows :-(. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2254 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/CreateParameterBindings.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/CreateParameterBindings.pl b/lib/sbin/CreateParameterBindings.pl
index e5078d97..bb7dbe58 100644
--- a/lib/sbin/CreateParameterBindings.pl
+++ b/lib/sbin/CreateParameterBindings.pl
@@ -358,7 +358,7 @@ sub CreateParameterBindings
# Write this one to a temporary file and read it back in
# Can probably do this better
- open(OUT, "| $PERL $cctk_home/lib/sbin/c_file_processor.pl $top/config-data > CParameterStructNames_temp.h") || die "Cannot create CParameterStructNames.h by running c_file_processor.pl";
+ open(OUT, "| perl $cctk_home/lib/sbin/c_file_processor.pl $top/config-data > CParameterStructNames_temp.h") || die "Cannot create CParameterStructNames.h by running c_file_processor.pl";
foreach $structure (keys %structures)
{