mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: foamPackSource: moved up to bin/
This commit is contained in:
@ -32,7 +32,7 @@
|
|||||||
# Not normally called directly by the user
|
# Not normally called directly by the user
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
tmpFile=${TMPDIR:-/tmp}/foamPackFiles.$$
|
tmpFile=${TMPDIR:-/tmp}/foamPackFiles.$$
|
||||||
toolsDir="${0%/*}" # this script is already located in the tools/ directory
|
toolsDir="${0%/*}/tools" # this script is located in the tools/ parent dir
|
||||||
|
|
||||||
[ $# -eq 2 ] || {
|
[ $# -eq 2 ] || {
|
||||||
cat <<USAGE 1>&2
|
cat <<USAGE 1>&2
|
||||||
|
|||||||
Reference in New Issue
Block a user