[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash syntax




> Is this correct:
> 
> if [ $CLOSENUM = $2 && $OWNER = $WHO ]

Well, uh, if we're still on speaking terms, you might try it like this:

if [ $CLOSENUM = $2 ] && [ $OWNER = $WHO ]


-J

-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.