summaryrefslogtreecommitdiff
path: root/net/lam7/files/patch-tools-mpiexec-mpiexec
blob: 930c740acfe55f3a876cc57ce1595d394d3f160a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- tools/mpiexec/mpiexec.orig	Sun Apr 25 23:41:00 2004
+++ tools/mpiexec/mpiexec	Tue May 25 19:11:44 2004
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/env perl -w
 
 # Copyright (c) 2001-2003 The Trustees of Indiana University.  
 #                         All rights reserved.
@@ -17,7 +17,6 @@
 #
 
 use strict;
-use warnings;
 use File::Temp qw(tempfile tempdir);
 use Data::Dumper;
 use POSIX;