Skip to content

Commit

Permalink
Merge pull request #7 from stmuk/master
Browse files Browse the repository at this point in the history
ulimit options are bash specific.  Fix when user shell isn't bash.
  • Loading branch information
moritz committed Aug 19, 2015
2 parents 3235487 + f5b8bcf commit 5c45df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
source /home/camelia/perl5/perlbrew/etc/bashrc
ulimit -u 80
ulimit -v 1048576
Expand Down

0 comments on commit 5c45df6

Please sign in to comment.