summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-09-11 00:57:02 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-09-11 00:57:02 +0000
commit2ed204fbda3bd637e74f66af45b60c126d90cb26 (patch)
treef1ab7af4697a372393e93786422c411beae4aed3 /lib
parente2a0e90a69365a90de02992b2f1aa57f1eb6c3ce (diff)
Use more readable variable names in CreateThornsHeaders
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4867 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/CST4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sbin/CST b/lib/sbin/CST
index 1c4fb6c9..cc19aa7c 100644
--- a/lib/sbin/CST
+++ b/lib/sbin/CST
@@ -517,8 +517,8 @@ sub CreateThornsHeaders
# Ignore the main sources for the other headers - they may confuse
next if ($thorn eq 'Cactus');
- $header1 .= "\"$1/$2\",\n";
- $header2 .= "#define \U$1_$2\E\n";
+ $header1 .= "\"${arr}/${th}\",\n";
+ $header2 .= "#define \U${arr}_${th}\E\n";
$nthorns++;
}