Add missing "echo '.'" to end of file so that the next file called

starts on a new line.
This commit is contained in:
Rodney W. Grimes 1995-04-10 01:39:13 +00:00
parent 64e4231041
commit 40a36bc906
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.5 1995/04/06 02:38:37 jkh Exp $
# $Id: rc.i386,v 1.6 1995/04/09 09:54:51 rgrimes Exp $
# Do i386 specific processing
#
@ -100,3 +100,5 @@ if [ "X${saver}" != X"NO" ] ; then
modstat | grep _saver || modload -u -o /tmp/saver_mod -e \
saver_init -q /lkm/${saver}_saver_mod.o
fi
echo '.'

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.5 1995/04/06 02:38:37 jkh Exp $
# $Id: rc.i386,v 1.6 1995/04/09 09:54:51 rgrimes Exp $
# Do i386 specific processing
#
@ -100,3 +100,5 @@ if [ "X${saver}" != X"NO" ] ; then
modstat | grep _saver || modload -u -o /tmp/saver_mod -e \
saver_init -q /lkm/${saver}_saver_mod.o
fi
echo '.'