diff options
-rwxr-xr-x | scripts/auto-build/pd-extended-auto-builder.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh index cf83a726..34df82c7 100755 --- a/scripts/auto-build/pd-extended-auto-builder.sh +++ b/scripts/auto-build/pd-extended-auto-builder.sh @@ -77,7 +77,6 @@ if [ "$1" = "source-tarball-only" ]; then version=`get_pd_version "$auto_build_root_dir"` tarballname=Pd-extended_$version-source.tar.bz2 set_debian_changelog_version $version "${auto_build_root_dir}" - exit make_source_tarball "${auto_build_root_dir}" $tarballname echo "The source tarball is here:" echo " /tmp/$tarballname" |