summaryrefslogtreecommitdiff
path: root/scripts/find
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-31 08:34:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-31 08:34:05 +0200
commit77dd9c466922fad94a8514f071a4bc87fc2ed0a9 (patch)
tree1ad943d80090df396969bee027dcd138c4b4f1c3 /scripts/find
parent712a7998a6e64638154c2cc3b3262b0881ca0138 (diff)
use gnu find on darwin
Diffstat (limited to 'scripts/find')
-rwxr-xr-xscripts/find9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/find b/scripts/find
deleted file mode 100755
index ea38d92fb..000000000
--- a/scripts/find
+++ /dev/null
@@ -1,9 +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.
-
-if [ -z "$(which gfind 2>/dev/null)" ];then
- /usr/bin/find "$@"
-else
- gfind "$@"
-fi