Fix a typo: s/-or/-o/.

This commit is contained in:
Akinori MUSHA 2001-10-02 11:50:14 +00:00
parent 1a63d7e08e
commit 73a9c61338

2
etc/rc
View File

@ -806,7 +806,7 @@ case ${local_startup} in
(set -T
trap 'exit 1' 2
${script} start)
elif [ -f "${script}" -or -l "${script}" ]; then
elif [ -f "${script}" -o -l "${script}" ]; then
echo -n " (skipping ${script##*/}, not executable)"
fi
done