On Sat, Sep 17, 2011 at 1:48 PM, Lukas Fleischer <[email protected]> wrote: > Please use "(( $run_namcap ))" or "[[ -n $run_namcap ]]" here. There > were a couple of patches fixing scripts that still used the old syntax > lately. makechrootpkg wasn't attacked yet but new patches should try to > stick to the bashier way.
I'll try to give makechrootpkg a syntactic overhaul. What about using "var=true" and "var=false" and just doing "if $var; then"? Seems simpler to me than using integers.
