浏览代码

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