aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-04 15:20:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-04 15:20:54 +0000
commit37aa0803814d550c85e9baf227b68b1d4c2c30e1 (patch)
tree00bca314d904941c05679643448ba89198401866 /scripts
parentab1e6244a51ffa6c1c9bf0a38c5b49639bd78d05 (diff)
doh left in an 'exit' call...
svn path=/trunk/; revision=16324
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/auto-build/pd-extended-auto-builder.sh1
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"