Updated for CentOS changes.

See: http://iwww.broadinstitute.org/itsystems/wiki/Dotkit#Job_Specific_Wrapper_Script


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3742 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kshakir 2010-07-08 14:36:24 +00:00
parent 56a0c7ee6f
commit c80a257f37
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
#!/util/bin/perl -w
#!/usr/bin/env perl
use warnings;
use strict;
if (scalar(@ARGV) != 1) {

View File

@ -1,4 +1,4 @@
#!/util/bin/perl
#!/usr/bin/env perl
$|++;
use strict;