From a99c15d388665ff903cc82ba660dbdf1a7d9dd04 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Sun, 17 Oct 2010 23:00:05 +0200 Subject: [PATCH] Removing set -x --- pkg/fedora/make-dist.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/fedora/make-dist.sh b/pkg/fedora/make-dist.sh index 564ce02fb..dcfafb6e1 100755 --- a/pkg/fedora/make-dist.sh +++ b/pkg/fedora/make-dist.sh @@ -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"