Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #420 from teharrison/master
fix perl path
  • Loading branch information
teharrison committed Aug 10, 2015
2 parents 7dd1658 + 0614088 commit 0a32315
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions awecmd/resubmit_to_awe.pl
@@ -1,5 +1,8 @@
#!/usr/bin/env perl

use lib "/pipeline/conf";
use lib "/pipeline/lib";

use strict;
use warnings;
no warnings('once');
Expand Down
3 changes: 3 additions & 0 deletions awecmd/submit_to_awe.pl
Expand Up @@ -9,6 +9,9 @@
# 2. create job script based on job template and available info
# 3. submit the job json script to awe

use lib "/pipeline/conf";
use lib "/pipeline/lib";

use strict;
use warnings;
no warnings('once');
Expand Down

0 comments on commit 0a32315

Please sign in to comment.