Quote dollar signs in shell invocation

Reported by:	Justin Garrick
pull/13/head
Daniel Roethlisberger 10 years ago
parent 61cd0fb541
commit 00253f34db

@ -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