Skip to content

Commit b372b31

Browse files
authored
Change sh to bash (#900)
Change shell scripts from `#!/bin/sh` to `#!/bin/bash`
1 parent 03b9d3d commit b372b31

File tree

240 files changed

+241
-241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+241
-241
lines changed

AUTOTEST/basic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# Copyright (c) 1998 Lawrence Livermore National Security, LLC and other
33
# HYPRE Project Developers. See the top-level COPYRIGHT file for details.
44
#

AUTOTEST/check-case.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# Copyright (c) 1998 Lawrence Livermore National Security, LLC and other
33
# HYPRE Project Developers. See the top-level COPYRIGHT file for details.
44
#

AUTOTEST/check-double.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# Copyright (c) 1998 Lawrence Livermore National Security, LLC and other
33
# HYPRE Project Developers. See the top-level COPYRIGHT file for details.
44
#

AUTOTEST/check-glob-symb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# Copyright (c) 1998 Lawrence Livermore National Security, LLC and other
33
# HYPRE Project Developers. See the top-level COPYRIGHT file for details.
44
#

AUTOTEST/check-headers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# Copyright (c) 1998 Lawrence Livermore National Security, LLC and other
33
# HYPRE Project Developers. See the top-level COPYRIGHT file for details.
44
#

AUTOTEST/check-int.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# Copyright (c) 1998 Lawrence Livermore National Security, LLC and other
33
# HYPRE Project Developers. See the top-level COPYRIGHT file for details.
44
#

AUTOTEST/check-license.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# Copyright (c) 1998 Lawrence Livermore National Security, LLC and other
33
# HYPRE Project Developers. See the top-level COPYRIGHT file for details.
44
#

AUTOTEST/check-mem.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# Copyright (c) 1998 Lawrence Livermore National Security, LLC and other
33
# HYPRE Project Developers. See the top-level COPYRIGHT file for details.
44
#

AUTOTEST/check-mpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# Copyright (c) 1998 Lawrence Livermore National Security, LLC and other
33
# HYPRE Project Developers. See the top-level COPYRIGHT file for details.
44
#

AUTOTEST/cleantest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# Copyright (c) 1998 Lawrence Livermore National Security, LLC and other
33
# HYPRE Project Developers. See the top-level COPYRIGHT file for details.
44
#

0 commit comments

Comments
 (0)