Skip to content

Commit a826af6

Browse files
committed
Expand variables in include.yaml
1 parent b2258cb commit a826af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/setup_spack_build_system_v1.1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ EOF
5757
includecount=`grep -c "linux/$os" $spackdir/etc/spack/include.yaml`
5858
if [ $includecount -eq 0 ]; then
5959
echo "Adding linux/$os to $spackdir/etc/spack/include.yaml"
60-
cat >> "$spackdir/etc/spack/include.yaml" <<\EOF
60+
cat >> "$spackdir/etc/spack/include.yaml" <<-EOF
6161
6262
# $os Packages
6363
- path: "$spack/etc/spack/linux/$os"

0 commit comments

Comments
 (0)