STYLE: correct executable permissions and shebang on tutorial files
- triggers rpmlint warnings
This commit is contained in:
parent
940a5a2bc3
commit
0968408736
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/boundaryRadiationProperties
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/boundaryRadiationProperties
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/g
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/g
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/radiationProperties
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/radiationProperties
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/thermophysicalProperties
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/thermophysicalProperties
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/triSurface/simpleCar.stl
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/triSurface/simpleCar.stl
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/turbulenceProperties
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/turbulenceProperties
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/blockMeshDict
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/blockMeshDict
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/controlDict
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/controlDict
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/fvSchemes
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/fvSchemes
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/fvSolution
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/fvSolution
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/snappyHexMeshDict
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/snappyHexMeshDict
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/surfaceFeatureExtractDict
Executable file → Normal file
0
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/surfaceFeatureExtractDict
Executable file → Normal file
@ -1,4 +1,3 @@
|
|||||||
#------------------------------------------------------------------------------
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd ${0%/*} || exit 1 # Run from this directory
|
cd ${0%/*} || exit 1 # Run from this directory
|
||||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#------------------------------------------------------------------------------
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd ${0%/*} || exit 1 # Run from this directory
|
cd ${0%/*} || exit 1 # Run from this directory
|
||||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#------------------------------------------------------------------------------
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd ${0%/*} || exit 1 # Run from this directory
|
cd ${0%/*} || exit 1 # Run from this directory
|
||||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
|
||||||
|
Loading…
Reference in New Issue
Block a user