diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-04 15:20:54 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-04 15:20:54 +0000 |
commit | 37aa0803814d550c85e9baf227b68b1d4c2c30e1 (patch) | |
tree | 00bca314d904941c05679643448ba89198401866 /scripts/auto-build | |
parent | ab1e6244a51ffa6c1c9bf0a38c5b49639bd78d05 (diff) |
doh left in an 'exit' call...
svn path=/trunk/; revision=16324
Diffstat (limited to 'scripts/auto-build')
-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" |