diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-18 07:35:02 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-18 07:35:02 (GMT) |
commit | 8e3f3102f5be8042726253a7059495763042584f (patch) | |
tree | 59123ca5a34b3d6fc504623cf2f94c57e3f4c6d2 | |
parent | d30775a5c0c2c08b63786cf56ef6955cfa61adaa (diff) |
indicate which freebsd tested on
-rwxr-xr-x | scripts/freebsd-build-dependencies.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/freebsd-build-dependencies.sh b/scripts/freebsd-build-dependencies.sh index 459d240..1bbca42 100755 --- a/scripts/freebsd-build-dependencies.sh +++ b/scripts/freebsd-build-dependencies.sh @@ -1,5 +1,7 @@ #!/bin/sh -e +echo "Tested on FreeBSD 9. Not guaranteed to work on older" + OPENSCADDIR=$PWD if [ ! -f $OPENSCADDIR/openscad.pro ]; then echo "Must be run from the OpenSCAD source root directory" |