[ARVADOS] updated: 39717c4347c00ee0697942d60a50000bfc89fe3c

git at public.curoverse.com git at public.curoverse.com
Thu Apr 3 15:51:42 EDT 2014


Summary of changes:
 sdk/cli/bin/crunch-job |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  39717c4347c00ee0697942d60a50000bfc89fe3c (commit)
      from  6d73acc845a2dd7413fdde0742473d83bf3d0719 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 39717c4347c00ee0697942d60a50000bfc89fe3c
Author: Tim Pierce <twp at curoverse.com>
Date:   Thu Apr 3 15:52:49 2014 -0400

    Fix $keep variable scope (refs #2221)

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 4565dab..2f7376f 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -1071,7 +1071,7 @@ sub process_stderr
 sub fetch_block
 {
   my $hash = shift;
-  my ($child_out, $output_block);
+  my ($keep, $child_out, $output_block);
 
   my $cmd = "arv keep get \Q$hash\E";
   open($keep, '-|', $cmd) or die "fetch_block: $cmd: $!";

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list