1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-26 14:20:44 +02:00

Invert logic, first search for find as most people will build under Linux

SVN-Revision: 12248
This commit is contained in:
Florian Fainelli 2008-08-08 21:48:15 +00:00
parent 65d4a5eaab
commit 80e83652ae

View File

@ -5,8 +5,8 @@
version=1.0
-
+FIND="$(which gfind)"
+FIND="${FIND:-$(which find)}"
+FIND="$(which find)"
+FIND="${FIND:-$(which gfind)}"
TAR="${TAR:-$(which tar)}"
ipkg_extract_value() {