From 480a8252ea171eb6bbfcb6bc90b3cba2ab5c8774 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 5 Jun 2015 13:23:38 -0400 Subject: [PATCH] set -ex on setup Signed-off-by: Alfredo Deza --- ceph-build/build/setup | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-build/build/setup b/ceph-build/build/setup index ee703dc5..8f995006 100644 --- a/ceph-build/build/setup +++ b/ceph-build/build/setup @@ -11,6 +11,7 @@ # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # +set -ex HOST=$(hostname --short) echo "Building on $(hostname) Date: $(date)" echo " DIST=${DIST}" -- 2.47.3