From 334e5d31d91d6c3ab91c92d4b3efd545e8572a54 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 26 Jul 2010 15:32:53 +0200 Subject: remove debug code --- scripts/cpio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/cpio b/scripts/cpio index 41423ef96..bba8186c9 100755 --- a/scripts/cpio +++ b/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" -- cgit v1.2.3