zsh-users
 help / color / mirror / code / Atom feed
* Bad math expression due to parameters
@ 2005-09-02 23:16 DervishD
  2005-09-03  3:53 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: DervishD @ 2005-09-02 23:16 UTC (permalink / raw)
  To: Zsh Users

    Hi all :)

    I have this in a script, after parsing command line arguments:

    [[ $OPTARG -lt 8 ]] && OPTARG=8

    If I call the script like this:

    $ ./script -o --

    then $OPTARG is "--" and that gives a "bad math expression" in
the test above.

    How can I solve this? Must I validate $OPTARG before messing with
it on a math expression? Is this validation enough?:

    [[ "OPTARG" = [[:digit:]]## ]]

    Can I do a more clever validation?

    Thanks a lot in advance :)

    Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736 | http://www.dervishd.net
http://www.pleyades.net & http://www.gotesdelluna.net
It's my PC and I'll cry if I want to...


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-09-03  8:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-02 23:16 Bad math expression due to parameters DervishD
2005-09-03  3:53 ` Bart Schaefer
2005-09-03  8:28   ` DervishD

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).