mirror of https://github.com/hak5/openwrt-owl.git
Invert logic, first search for find as most people will build under Linux
SVN-Revision: 12248owl
parent
65d4a5eaab
commit
80e83652ae
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue