Fix the problem that the startup directory is printed out if it

is empty.

Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
This commit is contained in:
David E. O'Brien 2001-09-30 22:07:19 +00:00
parent d23686820d
commit d26e2413e0

2
etc/rc
View File

@ -806,7 +806,7 @@ case ${local_startup} in
(set -T
trap 'exit 1' 2
${script} start)
else
elif [ -f "${script}" ]; then
echo "Skipping ${script}, not executable"
fi
done