summaryrefslogtreecommitdiff
path: root/scripts/tarpkg
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-09 00:27:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-09 00:27:59 +0100
commitfadb47884308490085a33d3fb1e857a0f5e5d748 (patch)
treeb78955b59ae121e50753c0d09e5e298c8ccf05cf /scripts/tarpkg
parent91e7244abc54001dc7b1063cd1b9818d46128bba (diff)
parenta619c16fa72c3c15a198b452e512a08f18251930 (diff)
resolve conflict
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