<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>

</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<div class="content">
<h3>
Shane Snyder pushed to branch master
at <a href="https://xgitlab.cels.anl.gov/darshan/darshan">darshan / darshan</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/a3b2cfb9aaa057df2487149025b2a0fd0b67d9a1">a3b2cfb9</a></strong>
<div>
<span>by Shane Snyder</span>
<i>at 2016-05-04T13:22:27-05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">fix perl scripts to get perl bin from env</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#620f2ecad2bb6f74b2fcd0134963a841" style="text-decoration: none">
darshan-util/darshan-convert-logs.pl
</a>
</li>
<li class="file-stats">
<a href="#ad29afc395839758d41094872298bd0d" style="text-decoration: none">
darshan-util/darshan-job-summary/bin/darshan-job-summary.pl.in
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="620f2ecad2bb6f74b2fcd0134963a841">
<a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/a3b2cfb9aaa057df2487149025b2a0fd0b67d9a1#diff-0">
<strong>
darshan-util/darshan-convert-logs.pl
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/darshan-util/darshan-convert-logs.pl
</span><span style="background: #ddffdd; color: #000000">+++ b/darshan-util/darshan-convert-logs.pl
</span><span style="color: #aaaaaa">@@ -1,4 +1,4 @@
</span><span style="background: #ffdddd; color: #000000">-#!/usr/bin/perl -w
</span><span style="background: #ddffdd; color: #000000">+#!/usr/bin/env perl
</span> 
 #
 # Copyright (C) 2015 University of Chicago.
<span style="color: #aaaaaa">@@ -19,6 +19,8 @@
</span> # jobid2  key1=val1       key2=val2
 #
 
<span style="background: #ddffdd; color: #000000">+use warnings;
+
</span> my $darshan_convert = "./darshan-convert";
 my $jenkins_hash_gen = "./jenkins-hash-gen";
 
</code></pre>

<br>
</li>
<li id="ad29afc395839758d41094872298bd0d">
<a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/a3b2cfb9aaa057df2487149025b2a0fd0b67d9a1#diff-1">
<strong>
darshan-util/darshan-job-summary/bin/darshan-job-summary.pl.in
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/darshan-util/darshan-job-summary/bin/darshan-job-summary.pl.in
</span><span style="background: #ddffdd; color: #000000">+++ b/darshan-util/darshan-job-summary/bin/darshan-job-summary.pl.in
</span><span style="color: #aaaaaa">@@ -1,4 +1,4 @@
</span><span style="background: #ffdddd; color: #000000">-#!/usr/bin/perl -w
</span><span style="background: #ddffdd; color: #000000">+#!/usr/bin/env perl
</span> #
 #  (C) 2015 by Argonne National Laboratory.
 #      See COPYRIGHT in top-level directory.
<span style="color: #aaaaaa">@@ -7,6 +7,7 @@
</span> # Set via configure
 my $PREFIX="@prefix@";
 
<span style="background: #ddffdd; color: #000000">+use warnings;
</span> use lib "@prefix@/lib";
 use TeX::Encode;
 use Encode;
</code></pre>

<br>
</li>

</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">

<br>
<a href="https://xgitlab.cels.anl.gov/darshan/darshan/commit/a3b2cfb9aaa057df2487149025b2a0fd0b67d9a1">View it on GitLab</a>.
<br>
You're receiving this email because of your account on xgitlab.cels.anl.gov.
If you'd like to receive fewer emails, you can
adjust your notification settings.

</p>
</div>
</body>
</html>