diff --git a/src/scripts/tools/template.sh b/src/scripts/tools/template.sh index 13ba033..0bbbcdd 100755 --- a/src/scripts/tools/template.sh +++ b/src/scripts/tools/template.sh @@ -31,6 +31,7 @@ DATABASEDIR="../data" PROGNAME="template.sh" #executables DEBUG="_debug" +MKDIR="mkdir -p" INSTALL="install -m 0644" RM="rm -f" SED="sed"