COMP: provide Allmake script for wmake tools

- convenient when bootstrapping some systems
This commit is contained in:
Mark Olesen
2018-11-22 09:35:17 +01:00
parent 775c64c7cd
commit 973a940028
6 changed files with 58 additions and 40 deletions

View File

@ -30,7 +30,7 @@ checkEnv()
for check in WM_PROJECT_DIR WM_OPTIONS WM_DIR
do
eval test "\$$check" || {
echo "$Script error: environment variable \$$check not set" 1>&2
echo "$Script error: Environment variable \$$check not set" 1>&2
exit 1
}
done