On Tue, Sep 27, 2011 at 03:49:43PM -0700, Ethan Jackson wrote: > Not a good shell programmer =) > > > Similarly, [ 'python -m argparse' ] will always be true, because the > > string is nonempty. > > Turns out python -m argparse prints nothing if argparse is installed > on the system which is why this worked in my testing. [...]
[ 'python -m argparse' ] doesn't invoke python at all. You need to s/'/`/g for that. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
