diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/macosx-sanity-check.py | 2 | ||||
| -rwxr-xr-x | scripts/release-common.sh | 2 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/scripts/macosx-sanity-check.py b/scripts/macosx-sanity-check.py index 2438906..1b5a7b7 100755 --- a/scripts/macosx-sanity-check.py +++ b/scripts/macosx-sanity-check.py @@ -5,6 +5,8 @@  # are present and that they are backwards compatible with at least 10.5.  # Run with an executable as parameter  # +# Author: Marius Kintel <marius@kintel.net> +#  import sys  import os diff --git a/scripts/release-common.sh b/scripts/release-common.sh index b782976..340266d 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -42,7 +42,7 @@ echo "Building openscad-$VERSION $CONFIGURATION..."  case $OS in      MACOSX)  -        CONFIG=mdi +        CONFIG=deploy          TARGET=          ;;      WIN)  | 
