diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-26 15:32:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-26 15:32:53 +0200 |
commit | 334e5d31d91d6c3ab91c92d4b3efd545e8572a54 (patch) | |
tree | 26c8491d0448e5c3977009e0b7436a804702b857 /scripts | |
parent | 692fd60510d241713ef703bcb1d908ab764b860e (diff) |
remove debug code
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/cpio | 2 |
1 files changed, 1 insertions, 1 deletions
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" |