We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2258cb commit a826af6Copy full SHA for a826af6
tools/setup_spack_build_system_v1.1.sh
@@ -57,7 +57,7 @@ EOF
57
includecount=`grep -c "linux/$os" $spackdir/etc/spack/include.yaml`
58
if [ $includecount -eq 0 ]; then
59
echo "Adding linux/$os to $spackdir/etc/spack/include.yaml"
60
- cat >> "$spackdir/etc/spack/include.yaml" <<\EOF
+ cat >> "$spackdir/etc/spack/include.yaml" <<-EOF
61
62
# $os Packages
63
- path: "$spack/etc/spack/linux/$os"
0 commit comments