Skip to content

Commit

Permalink
Merge remote branch 'johncm/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Jun 22, 2011
2 parents 7532b63 + af1cb55 commit d102362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/perlbrew.pm
Expand Up @@ -40,7 +40,7 @@ __perlbrew_reinit () {
__perlbrew_set_path () {
[[ -z "$PERLBREW_ROOT" ]] && return 1
unalias perl 2>/dev/null
[[ -n $(alias perl 2>/dev/null) ]] && unalias perl 2>/dev/null
export PATH_WITHOUT_PERLBREW=$(perl -e 'print join ":", grep { index($_, $ENV{PERLBREW_ROOT}) } split/:/,$ENV{PATH};')
export PATH=$PERLBREW_PATH:$PATH_WITHOUT_PERLBREW
}
Expand Down

0 comments on commit d102362

Please sign in to comment.