=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.224 retrieving revision 1.225 diff -u -r1.224 -r1.225 --- src/etc/rc 2003/03/21 20:33:24 1.224 +++ src/etc/rc 2003/03/23 18:45:34 1.225 @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.224 2003/03/21 20:33:24 todd Exp $ +# $OpenBSD: rc,v 1.225 2003/03/23 18:45:34 marc Exp $ # System startup script run by init on autoboot # or after single-user. @@ -558,11 +558,11 @@ if [ -x /sbin/wsconsctl -a -f /etc/wsconsctl.conf ]; then ( # delete comments and blank lines - saveIFS=$IFS + save_IFS="$IFS" IFS=" " set -- `stripcom /etc/wsconsctl.conf` - IFS=$save_IFS + IFS="$save_IFS" while [ $# -ge 1 ] ; do eval /sbin/wsconsctl -w $1 shift