Quote dollar signs in shell invocation

Reported by:	Justin Garrick
pull/13/head
Daniel Roethlisberger 10 years ago
parent b8d8af7b29
commit c9aa840214

@ -51,7 +51,7 @@ endif
XNU_VERSION?= $(shell uname -a|sed 's/^.*root:xnu-//g'|sed 's/~.*$$//')
OSX_VERSION?= $(shell sw_vers -productVersion)
ifeq ($(wildcard xnu/xnu-$(XNU_VERSION)),)
XNU_VERSION= $(shell awk '/# $(OSX_VERSION)$/ {print $2}' xnu/GNUmakefile)
XNU_VERSION= $(shell awk '/# $(OSX_VERSION)$$/ {print $$2}' xnu/GNUmakefile)
endif
ifneq ($(wildcard xnu/xnu-$(XNU_VERSION)),)
FEATURES+= -DHAVE_PF

Loading…
Cancel
Save