[arch-projects] [PATCH] Add an option to explicitly run namcap

Jan Steffens jan.steffens at gmail.com
Sat Sep 17 09:26:11 EDT 2011


On Sat, Sep 17, 2011 at 1:48 PM, Lukas Fleischer
<archlinux at cryptocrack.de> 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.


More information about the arch-projects mailing list