diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 16:44:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 16:44:31 +0200 |
commit | 40b1e9a831fbb9df222f798df9be73fbaf0c74d7 (patch) | |
tree | 020ec929d0a1bf96663ade85c851132796d1e659 /scripts/install | |
parent | 21c46d298086f996bf86abc85048a73c92b6df2f (diff) |
remove debug
Diffstat (limited to 'scripts/install')
-rwxr-xr-x | scripts/install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 546fc583b..da14ec8ca 100755 --- a/scripts/install +++ b/scripts/install @@ -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 cmd=$(echo "$@"|sed -e "s#\(-o\|-g\) [0-9]*##g") /usr/bin/install $cmd |