mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add -current option to foamPackBin, foamPackMake
- reduces typing
This commit is contained in:
@ -84,9 +84,9 @@ trap 'rm -f $packFile $tmpFile 2>/dev/null' INT
|
||||
tar cpzf $packFile --files-from $tmpFile
|
||||
if [ $? -eq 0 ]
|
||||
then
|
||||
echo "Finished packing $packDir into file $packFile" 1>&2
|
||||
echo "Finished packing $packDir into $packFile" 1>&2
|
||||
else
|
||||
echo "Error: failure packing $packDir into file $packFile" 1>&2
|
||||
echo "Error: failure packing $packDir into $packFile" 1>&2
|
||||
rm -f $packFile 2>/dev/null
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user