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

Re: [PATCH 2/4] easy-build.sh: use getopts instead of rolling our own option parsing.



Hi,

one nitpick:

On Fri, Aug  7, 2009 at 13:33:33 +0100, Ian Campbell wrote:

> +shift $(expr $OPTIND - 1)
>  
maybe 'shift $((OPTIND - 1))' so you don't fork expr?

Cheers,
Julien


Reply to: