indicate which freebsd tested on

felipesanches-svg
don bright 2012-07-18 02:35:02 -05:00
parent d30775a5c0
commit 8e3f3102f5
1 changed files with 2 additions and 0 deletions

View File

@ -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"