소스 검색

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