Browse Source

disable debug

Waldemar Brodkorb 14 years ago
parent
commit
7fab693c5c
1 changed files with 1 additions and 1 deletions
  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