Remove accidental changes to bin/sbang

This commit is contained in:
psakiev 2022-11-09 13:39:56 -07:00
parent 47957dccf4
commit cf8b919954

View File

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