diff options
Diffstat (limited to 'scripts/release-common.sh')
-rwxr-xr-x | scripts/release-common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-common.sh b/scripts/release-common.sh index 2fc2250..ad1ccaa 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -98,7 +98,7 @@ esac case $OS in LINXWIN) -# cd $DEPLOYDIR && make -s clean + cd $DEPLOYDIR && make -s clean cd $OPENSCADDIR ;; *) |