Skip to content

Commit 0a0041a

Browse files
committed
Use /bin/bash as if syntax [[ and ]] are not portable on some system
1 parent 30ade76 commit 0a0041a

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

benchmarks/C/parallel_run.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
#
33
# Copyright (C) 2018, Northwestern University and Argonne National Laboratory
44
# See COPYRIGHT notice in top-level directory.

benchmarks/FLASH-IO/parallel_run.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
#
33
# Copyright (C) 2018, Northwestern University and Argonne National Laboratory
44
# See COPYRIGHT notice in top-level directory.

benchmarks/WRF-IO/parallel_run.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
#
33
# Copyright (C) 2025, Northwestern University and Argonne National Laboratory
44
# See COPYRIGHT notice in top-level directory.

examples/C/parallel_run.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
#
33
# Copyright (C) 2018, Northwestern University and Argonne National Laboratory
44
# See COPYRIGHT notice in top-level directory.

examples/CXX/parallel_run.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
#
33
# Copyright (C) 2018, Northwestern University and Argonne National Laboratory
44
# See COPYRIGHT notice in top-level directory.

examples/F77/parallel_run.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
#
33
# Copyright (C) 2018, Northwestern University and Argonne National Laboratory
44
# See COPYRIGHT notice in top-level directory.

examples/F90/parallel_run.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
#
33
# Copyright (C) 2018, Northwestern University and Argonne National Laboratory
44
# See COPYRIGHT notice in top-level directory.

examples/burst_buffer/parallel_run.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
#
33
# Copyright (C) 2018, Northwestern University and Argonne National Laboratory
44
# See COPYRIGHT notice in top-level directory.

examples/tutorial/parallel_run.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
#
33
# Copyright (C) 2018, Northwestern University and Argonne National Laboratory
44
# See COPYRIGHT notice in top-level directory.

test/C/parallel_run.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
#
33
# Copyright (C) 2018, Northwestern University and Argonne National Laboratory
44
# See COPYRIGHT notice in top-level directory.

0 commit comments

Comments
 (0)