Skip to content

Commit 2803285

Browse files
authored
Merge pull request #10139 from waredjeb/fix_cluestering
Add missing $ for including CLUEstering library
2 parents f2d4fa7 + 1a8dcd0 commit 2803285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scram-tools.file/tools/CLUEstering/CLUEstering.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<use name="alpaka"/>
33
<client>
44
<environment name="@TOOL_BASE@" default="@TOOL_ROOT@"/>
5-
<environment name="INCLUDE" default="@TOOL_BASE@/include"/>
5+
<environment name="INCLUDE" default="$@TOOL_BASE@/include"/>
66
</client>
77
</tool>

0 commit comments

Comments
 (0)