From 5421d972c36f548f85606ec8edecec44767e6a56 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 8 Jan 1996 04:50:18 +0000 Subject: [PATCH] echo setting of ${router} properly, e.g. between double quotes. :) --- etc/netstart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/netstart b/etc/netstart index 6a3f28962b26..252c7cedcd64 100755 --- a/etc/netstart +++ b/etc/netstart @@ -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