diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-10 19:08:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-10 19:08:45 +0100 |
commit | 7fab693c5c07f094a50f3686ad1fae6353f1161b (patch) | |
tree | 829353ad255314da43c08e707beac5a33cadced2 | |
parent | 2519557c8dbd0a902d89dbced3e85463880babb1 (diff) |
disable debug
-rwxr-xr-x | scripts/tarpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tarpkg b/scripts/tarpkg index 6eca63a6f..37c0b2079 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 |