Quoting Alex Dover, from the post of Mon, 26 Feb:
> Running the script with sh -x should show you the faulty parameters.

and for a really fun output, set -x should never be run without a useful
PS4 to acompany it. Try this one for instance:

export PS4='(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]}\n'

taken from the Bash Debugger howto...
http://bashdb.sourceforge.net/bashdb.html

-- 
Not to be taken seriously
Ira Abramov
http://ira.abramov.org/email/

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to