[ARVADOS] updated: 59e45dbc9ef35513c9a32785158274b86d4e003d

git at public.curoverse.com git at public.curoverse.com
Wed Jul 1 08:25:17 EDT 2015


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

       via  59e45dbc9ef35513c9a32785158274b86d4e003d (commit)
      from  26b4ea9922d7d9f6c71595960df1c3d0b6c37fc6 (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 59e45dbc9ef35513c9a32785158274b86d4e003d
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Jul 1 08:25:15 2015 -0400

    Invoke crunch-job with `/usr/bin/env perl`.
    
    No issue #.

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index b38efdc..c84d89b 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # -*- mode: perl; perl-indent-level: 2; indent-tabs-mode: nil; -*-
 
 =head1 NAME
@@ -2042,7 +2042,7 @@ sub set_nonblocking {
 }
 
 __DATA__
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #
 # This is crunch-job's internal dispatch script.  crunch-job running on the API
 # server invokes this script on individual compute nodes, or localhost if we're

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list