Skip to content

Commit

Permalink
fixed perl shebang
Browse files Browse the repository at this point in the history
removed static incs
  • Loading branch information
Tobias Paczian committed Aug 16, 2012
1 parent cd8ca1d commit 6ff3c93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion bin/create_cdmi_rest_resources.pl
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/soft/packages/perl/5.12.1/bin/perl

use strict;
use warnings;
Expand Down
10 changes: 0 additions & 10 deletions bin/create_collection_from_metagenome_id_list.pl
@@ -1,15 +1,5 @@
#!/soft/packages/perl/5.12.1/bin/perl

BEGIN {
unshift @INC, qw(
/homes/paczian/public_html/MG-RAST/site/lib
/homes/paczian/public_html/MG-RAST/site/lib/MGRAST
/homes/paczian/public_html/MG-RAST/site/lib/WebApplication
/homes/paczian/public_html/MG-RAST/site/lib/PPO
/homes/paczian/public_html/MG-RAST/conf
);
}

use warnings;
use strict;

Expand Down

0 comments on commit 6ff3c93

Please sign in to comment.