diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-27 09:48:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-27 09:48:34 +0100 |
commit | f327dedeb0144c84c1365f878ed008d998a0a258 (patch) | |
tree | 820df62c34dc978438ba4e158e2f0be44d5cfe0b /scripts | |
parent | 395027c0eca327aa515ec95131218f017ed376e8 (diff) | |
parent | 1e3216e7e3ac2dc3dfdd69811190f159527783aa (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/find | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/find b/scripts/find deleted file mode 100755 index 439ec0b3f..000000000 --- a/scripts/find +++ /dev/null @@ -1,14 +0,0 @@ -#!/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. - -find=$(which find) -os=$(uname) -case $os in - Darwin) - /opt/local/libexec/gnubin/find "$@" - ;; - *) - /usr/bin/find "$@" - ;; -esac |