summaryrefslogtreecommitdiff
path: root/scripts/tarpkg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tarpkg')
-rwxr-xr-xscripts/tarpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tarpkg b/scripts/tarpkg
index 37c0b2079..6eca63a6f 100755
--- a/scripts/tarpkg
+++ b/scripts/tarpkg
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# create/install compressed tar balls
-#set -x
+set -x
if [ "$1" = "build" ];then
if [ ! -d $2 ];then