summaryrefslogtreecommitdiff
path: root/scripts/tarpkg
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-10 19:00:38 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-10 19:00:38 +0100
commit2519557c8dbd0a902d89dbced3e85463880babb1 (patch)
tree4dab7f456bd749c3ce62adc9c3d8f24e7c863bf8 /scripts/tarpkg
parent7de93724af9791bad0a8e887d02bf7a3a872305c (diff)
parentfadb47884308490085a33d3fb1e857a0f5e5d748 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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