Browse Source

remove debug code

Waldemar Brodkorb 14 years ago
parent
commit
334e5d31d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/cpio

+ 1 - 1
scripts/cpio

@@ -1,7 +1,6 @@
 #!/usr/bin/env bash
 # This file is part of the OpenADK project. OpenADK is copyrighted
 # material, please see the LICENCE file in the top-level directory.
-set -x
 
 opt=
 user="-R 0:0"
@@ -13,6 +12,7 @@ case $os in
 	Darwin)
 		user="-R root:"
 		cmd=$(echo "$@"|sed -e "s#-Hnewc#--format newc#")
+		cmd="$cmd --quiet"
 		;;
 	*)
 		cmd="$@ -Mdist --quiet"