echo setting of ${router} properly, e.g. between double quotes. :)

This commit is contained in:
Jordan K. Hubbard 1996-01-08 04:50:18 +00:00
parent 143f48e1fa
commit 5421d972c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13336

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: netstart,v 1.37 1996/01/02 19:47:05 pst Exp $
# $Id: netstart,v 1.38 1996/01/06 20:49:17 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@ -61,6 +61,6 @@ fi
if [ "x$router" != "xNO" ] ; then
echo -n starting routing daemon:
echo -n ' ${router}'; ${router} ${routerflags}
echo -n " ${router}"; ${router} ${routerflags}
echo '.'
fi