[Midnightbsd-cvs] mports: fake.mk: This statement was not terminated with a trailing

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 30 10:27:12 EDT 2009


Log Message:
-----------
This statement was not terminated with a trailing single tick.  Tested with shells/bash port.

Modified Files:
--------------
    mports/Mk/components:
        fake.mk (r1.4 -> r1.5)

-------------- next part --------------
Index: fake.mk
===================================================================
RCS file: /home/cvs/mports/Mk/components/fake.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -L Mk/components/fake.mk -L Mk/components/fake.mk -u -r1.4 -r1.5
--- Mk/components/fake.mk
+++ Mk/components/fake.mk
@@ -105,7 +105,7 @@
 .if !target(fix-fake-symlinks) 
 fix-fake-symlinks:
 	- at cd ${FAKE_DESTDIR}${PREFIX}; \
-	links=`${FIND} . -type l | ${GREP} -v -e 'share/nls/POSIX\|share/nls/en_US.US-ASCII`; \
+	links=`${FIND} . -type l | ${GREP} -v -e 'share/nls/POSIX\|share/nls/en_US.US-ASCII'`; \
 	for link in $$links; do \
 		if ! readlink $$link | grep ${FAKE_DESTDIR} >/dev/null; then \
 			continue; \


More information about the Midnightbsd-cvs mailing list