From d23f73222f3fd1b7138939866740077725441aed Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 25 Jan 2014 22:28:28 +0100 Subject: remove find wrapper, not needed for maverick anymore --- scripts/find | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 scripts/find (limited to 'scripts') 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 -- cgit v1.2.3