TUT: fix run/clean scripts syntax

This commit is contained in:
Mark Olesen
2020-08-04 15:02:51 +02:00
parent 14c9582458
commit 7051abc371
10 changed files with 44 additions and 33 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
#------------------------------------------------------------------------------
cleanCase0