Only create default path when used

This commit is contained in:
Philip Sakievich
2022-11-08 23:37:56 -07:00
parent 2f7c850a20
commit 730d005a56
2 changed files with 11 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/scratch/psakiev/spack/share/spack/qa/bashcov
#
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# sbang project developers. See the top-level COPYRIGHT file for details.
@@ -15,7 +15,7 @@
# To use, put the long shebang on the second line of your script, and
# make sbang the interpreter, like this:
#
# #!/bin/sh /path/to/sbang
# #!/scratch/psakiev/spack/share/spack/qa/bashcov /path/to/sbang
# #!/long/path/to/real/interpreter with arguments
#
# `sbang` will run the real interpreter with the script as its argument.