PERFORCE change 139147 for review

Sam Leffler sam at FreeBSD.org
Tue Apr 1 12:01:29 PDT 2008


http://perforce.freebsd.org/chv.cgi?CH=139147

Change 139147 by sam at sam_ebb on 2008/04/01 19:00:55

	missing "

Affected files ...

.. //depot/projects/vap/etc/rc.d/netif#5 edit

Differences ...

==== //depot/projects/vap/etc/rc.d/netif#5 (text+ko) ====

@@ -125,7 +125,7 @@
 	_fail=
 	for ifn in ${_cooked_list}; do
 		if !${_func} ${ifn} $2; then
-			_fail="${_fail} ${ifn}
+			_fail="${_fail} ${ifn}"
 		fi
 	done
 


More information about the p4-projects mailing list