summaryrefslogtreecommitdiff
path: root/lib/sbin/CreateParameterBindings.pl
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-06-26 14:56:09 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-06-26 14:56:09 +0000
commit4a19ca249e1eb9d6ca95bc8f092345f646776b25 (patch)
tree3ba3b79b33110ecd04c95cdfa59cee88c4052f74 /lib/sbin/CreateParameterBindings.pl
parent38069ca5005131486e96129bc19bd9ab8a5f7b3b (diff)
Use $PERL instead of perl in a command. This fixes a CST problem under Windows.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2252 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CreateParameterBindings.pl')
-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 bb7dbe58..e5078d97 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)
{