diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 14:05:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 14:05:28 +0100 |
commit | 8f39dc5c8c3d0b77daebd90f927e0bc78bca7d1d (patch) | |
tree | f064c23ea4a5ac3f8dd4730997a3426f3630452d /scripts/cpio | |
parent | 80cf711c344256c59b857da6cd7fc91898f90752 (diff) | |
parent | a03e16ce46353740a2b778beda4dda03c0252e07 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/cpio')
-rwxr-xr-x | scripts/cpio | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/cpio b/scripts/cpio index 1c481221e..0b406f712 100755 --- a/scripts/cpio +++ b/scripts/cpio @@ -16,4 +16,3 @@ if [ -x /usr/bin/cpio ];then else /bin/cpio $quiet "$@" fi - |