X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/7ec67608cca6d2ca8095c2ebf0585e36431056ea..adecd54561d17629cb8ca2ec793867ff997f3c0e:/mr?ds=inline diff --git a/mr b/mr index 883f4fb..02483f6 100755 --- a/mr +++ b/mr @@ -7,7 +7,7 @@ mr - a Multiple Repository management tool =head1 SYNOPSIS -/ + B [options] checkout B [options] update @@ -848,6 +848,9 @@ sub loadconfig { #{{{ if ($parameter eq "include") { print "mr: including output of \"$value\"\n" if $verbose; unshift @lines, `$value`; + if ($?) { + print STDERR "mr: include command exited nonzero ($?)\n"; + } next; } @@ -1385,6 +1388,7 @@ online = info "no offline commands to run" fi offline = + umask 077 touch ~/.mrlog info "offline mode enabled" remember =