diff options
-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 |