From 09f28e1bf1f1ae5a3d18d9dfaa1840f03b7cc89d Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Tue, 1 Sep 2015 21:42:00 +0000 Subject: [PATCH] Comment MFC after: 3 days X-MFC-to: stable/10 --- usr.sbin/sysrc/sysrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/sysrc/sysrc b/usr.sbin/sysrc/sysrc index 2e810dcd054a..2493cfb394f6 100644 --- a/usr.sbin/sysrc/sysrc +++ b/usr.sbin/sysrc/sysrc @@ -663,7 +663,7 @@ while [ $# -gt 0 ]; do unset remove delim oldIFS b add r [ "$SHOW_FILE" ] && before=$( f_sysrc_find "$NAME" ) ;; - *) + *) # ASSIGN if [ "$SHOW_FILE" ]; then before=$( f_sysrc_find "$NAME" ) else