Waldemar Brodkorb 16 лет назад
Родитель
Сommit
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