From cf8b91995479a595daa9f01d953b79dae65fca15 Mon Sep 17 00:00:00 2001 From: psakiev Date: Wed, 9 Nov 2022 13:39:56 -0700 Subject: [PATCH] Remove accidental changes to bin/sbang --- bin/sbang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sbang b/bin/sbang index ab833fe97a8..806bc3a4af8 100755 --- a/bin/sbang +++ b/bin/sbang @@ -1,4 +1,4 @@ -#!/scratch/psakiev/spack/share/spack/qa/bashcov +#!/bin/sh # # 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: # -# #!/scratch/psakiev/spack/share/spack/qa/bashcov /path/to/sbang +# #!/bin/sh /path/to/sbang # #!/long/path/to/real/interpreter with arguments # # `sbang` will run the real interpreter with the script as its argument.