From 59e45dbc9ef35513c9a32785158274b86d4e003d Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 1 Jul 2015 08:25:15 -0400 Subject: [PATCH] Invoke crunch-job with `/usr/bin/env perl`. No issue #. --- sdk/cli/bin/crunch-job | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job index b38efdc53e..c84d89bf4a 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 -- 2.30.2