simon-git: bob (master): bob.git
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat Oct 29 21:42:09 BST 2016
TL;DR:
993c901 Fix stderr redirection of compound shell commands.
d19fe92 Read a '.boblocal' file if one exists in a working tree.
Repository: https://git.tartarus.org/simon/bob.git
On the web: https://git.tartarus.org/?p=simon/bob.git
Branch updated: master
Committer: bob.git
Date: 2016-10-29 21:42:09
commit 993c9012550c081679cff95af663ea074e473493
web diff https://git.tartarus.org/?p=simon/bob.git;a=commitdiff;h=993c9012550c081679cff95af663ea074e473493;hp=e9dffb0c924275dedf7a53c944571cbc2cc921e2
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Oct 29 21:38:51 2016 +0100
Fix stderr redirection of compound shell commands.
If a build script ran a shell command line consisting of more than one
actual command (e.g. separated by ; or && or whatever), then bob would
append '2>&1' to the end of it, which would only affect the last
command in the sequence. Now we wrap the whole thing in braces and
apply our 2>&1 to it all.
bob-delegate-server | 2 +-
script.py | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
commit d19fe928ab6be5e795a33c7f9adea623d1cbc84d
web diff https://git.tartarus.org/?p=simon/bob.git;a=commitdiff;h=d19fe928ab6be5e795a33c7f9adea623d1cbc84d;hp=993c9012550c081679cff95af663ea074e473493
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Oct 29 21:40:37 2016 +0100
Read a '.boblocal' file if one exists in a working tree.
That way, if I have a particular checkout of a project in which I
always want to pass some specific extra option to bob, I can write a
.boblocal containing a 'set' command and then I don't have to type it
(or remember it) every time.
bob | 12 +++++++++++-
checkout.py | 8 ++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
More information about the tartarus-commits
mailing list