Skip to content

Commit

Permalink
Bugfix ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Mar 29, 2010
1 parent 1660176 commit 484ea8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utility
Expand Up @@ -79,7 +79,7 @@ environment:
IRBRC: "$IRBRC" IRBRC: "$IRBRC"
Environment Environment


gemset="$(echo $GEM_HOME | awk -F${rvm_gemset_separator:-'@'} '{print $NF}')" gemset="$(echo $GEM_HOME | awk -F${rvm_gemset_separator:-'@'} '{print $2}')"
echo -e " gemset: \"$gemset\"\n" echo -e " gemset: \"$gemset\"\n"


if [[ ! -z "$MAGLEV_HOME" ]] ; then info="$info\n MAGLEV_HOME: \"$MAGLEV_HOME\"" ; fi if [[ ! -z "$MAGLEV_HOME" ]] ; then info="$info\n MAGLEV_HOME: \"$MAGLEV_HOME\"" ; fi
Expand Down

0 comments on commit 484ea8e

Please sign in to comment.