Petr Rockai <[email protected]> writes: > # This is a -*- sh -*- library. > -set -ev > +set -vex
I use -ex for my own stuff (or for bash, -eEx), so for me this is a welcome change. Keeping -v around is mainly useful because it prints out the #comment lines, which include explanatory text. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
