diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-09 00:27:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-09 00:27:59 +0100 |
commit | fadb47884308490085a33d3fb1e857a0f5e5d748 (patch) | |
tree | b78955b59ae121e50753c0d09e5e298c8ccf05cf /scripts/tarpkg | |
parent | 91e7244abc54001dc7b1063cd1b9818d46128bba (diff) | |
parent | a619c16fa72c3c15a198b452e512a08f18251930 (diff) |
resolve conflict
Diffstat (limited to 'scripts/tarpkg')
-rwxr-xr-x | scripts/tarpkg | 2 |
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 |