STYLE: sh instead of bash for tutorial scripts

This commit is contained in:
william
2014-02-05 16:53:44 +00:00
committed by Andrew Heather
parent a1e778aea3
commit 333818408f
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial run functions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#--------------------------------*- C++ -*------------------------------------#
# ========= | #
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox #

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions