From 8cec588c449f00982159304c76482d87d5194f0d Mon Sep 17 00:00:00 2001 From: sheldonh Date: Wed, 25 Aug 1999 16:01:45 +0000 Subject: Style clean-up: * All variables are now embraced: ${foo} * All comparisons against some value now take the form: [ "${foo}" ? "value" ] where ? is a comparison operator * All empty string tests now take the form: [ -z "${foo}" ] * All non-empty string tests now take the form: [ -n "${foo}" ] Submitted by: jkh --- etc/rc.serial | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'etc/rc.serial') diff --git a/etc/rc.serial b/etc/rc.serial index cead543..4b508a7 100644 --- a/etc/rc.serial +++ b/etc/rc.serial @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.serial,v 1.10 1998/03/13 13:33:09 danny Exp $ +# $Id: rc.serial,v 1.11 1998/03/13 22:03:03 danny Exp $ # Change some defaults for serial devices. # Standard defaults are: @@ -20,11 +20,11 @@ default() { for i in $* do - comcontrol /dev/tty$ci$i dtrwait 300 drainwait 0 - stty