ソースを参照

disable debug

Waldemar Brodkorb 14 年 前
コミット
7fab693c5c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      scripts/tarpkg

+ 1 - 1
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