Browse Source

disable debug

Waldemar Brodkorb 14 năm trước cách đây
mục cha
commit
7fab693c5c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/tarpkg

+ 1 - 1
scripts/tarpkg

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
 # create/install compressed tar balls
 # create/install compressed tar balls
-set -x
+#set -x
 
 
 if [ "$1" = "build" ];then
 if [ "$1" = "build" ];then
 	if [ ! -d $2 ];then
 	if [ ! -d $2 ];then