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:
parent
56a0c7ee6f
commit
c80a257f37
|
|
@ -1,4 +1,5 @@
|
||||||
#!/util/bin/perl -w
|
#!/usr/bin/env perl
|
||||||
|
use warnings;
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
if (scalar(@ARGV) != 1) {
|
if (scalar(@ARGV) != 1) {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/util/bin/perl
|
#!/usr/bin/env perl
|
||||||
$|++;
|
$|++;
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue