Commit 64cce1cc authored by Pavel Emelyanov's avatar Pavel Emelyanov

nmk: Define FIND variable

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent ca6911ad
......@@ -17,6 +17,7 @@ MKDIR := mkdir -p
AWK := awk
PERL := perl
PYTHON := python
FIND := find
SH := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then echo /bin/bash; \
else echo sh; fi ; fi)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment