BUG: foamPackSource: moved up to bin/

This commit is contained in:
mattijs
2011-02-23 16:05:14 +00:00
parent 6799381974
commit 2f3cb0f63c

View File

@ -32,7 +32,7 @@
# Not normally called directly by the user
#------------------------------------------------------------------------------
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 ] || {
cat <<USAGE 1>&2