Eric "Shubes" wrote:

If there's nothing to do for an else condition and you want to keep it for
clarity (or some other reason), you can use a colon, e.g.:

if test -e /some/file ; then
  echo something
else
  :
fi


True. I have not had a chance to try a duplicate the problem yet, but if it turns out to be that then there will be an update <grin>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to