Removing set -x

This commit is contained in:
Alec Leamas 2010-10-17 23:00:05 +02:00
parent a6300ecbdb
commit a99c15d388

View file

@ -180,7 +180,6 @@ function make_bundle()
# Usage: make_bundle [ commit, defaults to HEAD]
#
{
set -x
checkout ${1:-'HEAD'} >/dev/null
bundle_id=$( git_id dist/diaspora/Gemfile)
bundle_name="diaspora-bundle-$VERSION-$bundle_id"