bash-3.00# /ws/onnv-tools/onbld/bin/acr -?
/ws/onnv-tools/onbld/bin/acr[45]: print: bad option(s)
code:
if [ ! -s $root/etc/motd ]; then
print -u2 "$root/etc/motd not found; this doesn't look like a" \
"valid root."
exit 1
fi
should be print -u2 -- "$root..."
Would also be nice if either -? was recognised as a "give me usage" or the code above printed usage.
Keywords: oss-bite-size