From 7fb0cc2cf823edb3a4f34ede40a6b9d47bdc4a95 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 25 Oct 1999 08:08:32 +0000 Subject: Use the proper $$ which gives a single literal `$' in a Makefile rather than `\$' which is proper for a shell script, which this isn't (even it if they are shell commands). --- net/tdetect/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') diff --git a/net/tdetect/Makefile b/net/tdetect/Makefile index 55bacf9e3d45..72018a1293d4 100644 --- a/net/tdetect/Makefile +++ b/net/tdetect/Makefile @@ -33,7 +33,7 @@ post-install: ${ECHO} "Installing ${PREFIX}/etc/rc.d/tdetect.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/tdetect.sh; \ ${ECHO} "ETHERNETDEV=ed0" >> ${PREFIX}/etc/rc.d/tdetect.sh; \ - ${ECHO} '[ -x ${PREFIX}/sbin/tdetect ] && ${PREFIX}/sbin/tdetect \$ETHERNETDEV && ${ECHO} -n " tdetect"' >> ${PREFIX}/etc/rc.d/tdetect.sh; \ + ${ECHO} '[ -x ${PREFIX}/sbin/tdetect ] && ${PREFIX}/sbin/tdetect $$ETHERNETDEV && ${ECHO} -n " tdetect"' >> ${PREFIX}/etc/rc.d/tdetect.sh; \ ${CHMOD} 750 ${PREFIX}/etc/rc.d/tdetect.sh; \ ${ECHO} ''; \ ${ECHO} 'IMPORTANT edit ${PREFIX}/etc/rc.d/tdetect.sh and set "ETHERNETDEV" to'; \ -- cgit v1.2.3