mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: tutorial scripts: add #!/bin/sh, chmod +x etc.
This commit is contained in:
@ -237,8 +237,6 @@ else
|
||||
echo "Executing: $APPLICATION $@ > log 2>&1 &"
|
||||
$APPLICATION $@ > log 2>&1 &
|
||||
fi
|
||||
else
|
||||
|
||||
fi
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -67,6 +67,7 @@ then
|
||||
done
|
||||
|
||||
elif [ -d $packDir/platforms ]
|
||||
then
|
||||
|
||||
# obtain archOptions types from platforms/<archOptions>/lib
|
||||
for archOptions in $packDir/platforms/*/lib
|
||||
|
||||
Reference in New Issue
Block a user