diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-21 02:32:31 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-21 02:32:31 (GMT) |
commit | ec01e7f492cb750221464dc09d8d3e3d18607d18 (patch) | |
tree | 524c9913eb4e9853b66ab3d0f500c8d99856abd4 /scripts/setenv-linbuild.sh | |
parent | 924c9ccc1f0838cd89d2428bd50caf2540a6d831 (diff) | |
parent | eda7a413351aabedfbf115ae336b2b610844953e (diff) |
Merge branch 'cgal402' of github.com:openscad/openscad into clang
Diffstat (limited to 'scripts/setenv-linbuild.sh')
-rw-r--r-- | scripts/setenv-linbuild.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/setenv-linbuild.sh b/scripts/setenv-linbuild.sh index 6361dd4..338cac9 100644 --- a/scripts/setenv-linbuild.sh +++ b/scripts/setenv-linbuild.sh @@ -3,9 +3,9 @@ # run this file with 'source setenv-linbuild.sh' every time you re-login # and want to build or run openscad against custom libraries installed -# into BASEDIR. +# into BASEDIR. -# copy this file to your .bashrc if desired. +# copy this file to your .bashrc if desired. if [ ! $BASEDIR ]; then BASEDIR=$HOME/openscad_deps |