Selaa lähdekoodia

disable debug

Waldemar Brodkorb 14 vuotta sitten
vanhempi
commit
7fab693c5c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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