From a96e159dc98859b0b343e383c0a4e507b0fb6c03 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 22 Sep 2015 14:21:47 +0300 Subject: [PATCH] zncconfigure: set -x --- bash/zncconfigure | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/zncconfigure b/bash/zncconfigure index f5c3da4..5bd21a3 100755 --- a/bash/zncconfigure +++ b/bash/zncconfigure @@ -21,3 +21,4 @@ mkdir -p build cd build ../configure --enable-debug --enable-perl --enable-python --enable-swig --enable-tcl --enable-cyrus --prefix=$HOME/.local # and here you run "make -j$(nproc)" while you are in the build/ directory. +set -x