Using bzr in a centralized, controlled fashion
Michael B. Trausch
mbt at zest.trausch.us
Mon Oct 26 10:37:07 GMT 2009
On Mon, 2009-10-26 at 05:11 -0400, Michael B. Trausch wrote:
> $ sudo mv /usr/bin/bzr /usr/bin/bzr.real
> $ sudo cat > /usr/bin/bzr
> #!/bin/bash
> umask 012
> exec bzr "$@"
Uhh, yeah. that should be 'exec bzr.real "$@"'. Good night, world.
--- Mike
> ^D
--
Blog: http://mike.trausch.us/blog/
Misc. Software: http://mike.trausch.us/software/
“The greater danger for most of us lies not in setting our aim too
high and falling short; but in setting our aim too low, and achieving
our mark.” —Michelangelo
More information about the bazaar
mailing list