STYLE: correct executable permissions and shebang on tutorial files

- triggers rpmlint warnings
This commit is contained in:
Mark Olesen 2019-10-01 15:47:29 +02:00 committed by Andrew Heather
parent 940a5a2bc3
commit 0968408736
15 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
#------------------------------------------------------------------------------
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions

View File

@ -1,4 +1,3 @@
#------------------------------------------------------------------------------
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions

View File

@ -1,4 +1,3 @@
#------------------------------------------------------------------------------
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions