Actually, disregard this. I forgot I was using Bourne Shell for my
script (/bin/sh) and therefore had to do:

  for PARAMETER in "$@"; do

instead of

  for PARAMETER in $@; do

to get sh NOT to do any extra parsing of the parameter string.

-- 
"Nope, I'm just an ordinary guy with nothing to lose."
        -- Lester Burnham, "American Beauty"

-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to