=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.196 retrieving revision 1.197 diff -c -r1.196 -r1.197 *** src/etc/netstart 2018/03/03 07:34:19 1.196 --- src/etc/netstart 2018/03/04 10:12:26 1.197 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.196 2018/03/03 07:34:19 landry Exp $ # Turn off Strict Bourne shell mode. set +o sh --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.197 2018/03/04 10:12:26 jmc Exp $ # Turn off Strict Bourne shell mode. set +o sh *************** *** 214,220 **** # Option -n is only supported if interface names are specified as parameters. if $PRINT_ONLY && (($# == 0)); then ! print -u2 "Missing parameters.\n$USAGE" exit 1 fi --- 214,220 ---- # Option -n is only supported if interface names are specified as parameters. if $PRINT_ONLY && (($# == 0)); then ! print -u2 "$USAGE" exit 1 fi