Explorar el Código

disable debug

Waldemar Brodkorb hace 14 años
padre
commit
7fab693c5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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