diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-13 02:51:38 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-13 02:51:38 (GMT) |
commit | e1fe9a33a6f078d2e3f9e2a7393c4a1b177b801b (patch) | |
tree | 48484e39f2bee30e6792ea02511915c1351ea24c /scripts/setenv-linbuild.sh | |
parent | a2a31e76315da1290deac91c7c34900378b836d2 (diff) |
improve wording of CGAL warning + env var warning
Diffstat (limited to 'scripts/setenv-linbuild.sh')
-rw-r--r-- | scripts/setenv-linbuild.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/setenv-linbuild.sh b/scripts/setenv-linbuild.sh index 0a85f4c..290a90a 100644 --- a/scripts/setenv-linbuild.sh +++ b/scripts/setenv-linbuild.sh @@ -21,9 +21,9 @@ echo LD_RUN_PATH modified echo OPENSCAD_LIBRARIES modified echo GLEWDIR modified -if [ "`command -v qmake-qt4`" ]; then - echo "Please re-run qmake-qt4" +if [ "`command -v qmake-qt4`" ]; then + echo "Please re-run qmake-qt4 and run 'make clean' if necessary" else - echo "Please re-run qmake" + echo "Please re-run qmake and run 'make clean' if necessary" fi |