summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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++;
}