diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:33:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:33:13 +0100 |
commit | 09f17a99057ee020e26696889413b178c33f55d4 (patch) | |
tree | e665801e80c6553e5a1609b56f71f9133725908c /scripts | |
parent | c57d0300bd42fabd8eeda2a95b6c3960d6e7ce07 (diff) | |
parent | 9682fcd4748cededfcd3aeda824f5cc8cf2878da (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 0b406f712..7936b727f 100755 --- a/scripts/cpio +++ b/scripts/cpio @@ -4,7 +4,7 @@ os=$(uname) case $os in - NetBSD|MirBSD) + NetBSD|MirBSD|OpenBSD) quiet="" ;; *) |