Skip to content

Commit

Permalink
also fix the bash function "perlbrew"
Browse files Browse the repository at this point in the history
  • Loading branch information
mstreuhofer committed Jan 15, 2015
1 parent 69d9438 commit fdd143a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2502,7 +2502,9 @@ perlbrew () {
case $1 in
(use)
if [[ -z "$2" ]] ; then
echo "Currently using ${PERLBREW_PERL:-system perl}"
echo -n "Currently using ${PERLBREW_PERL:-system perl}"
[ -n "$PERLBREW_LIB" ] && echo -n "@$PERLBREW_LIB"
echo
else
__perlbrew_set_env "$2"
exit_status="$?"
Expand Down

0 comments on commit fdd143a

Please sign in to comment.