scripts/maglev in rvm-1.0.2 vs scripts/maglev in rvm-1.0.3

- old
+ new

@@ -1,7 +1,7 @@ #!/usr/bin/env bash -if [[ ! -z "$rvm_trace_flag" ]] ; then set -x ; fi +if [[ "$rvm_trace_flag" -eq 2 ]] ; then set -x ; export rvm_trace_flag ; fi system="$(uname -s)" if [[ $system = "SunOS" ]] && [[ "$(uname -m)" = "i86pc" ]] ; then system="Solaris-x86" ; fi version="MagLev-${1}.${system}" gsname="GemStone-${1}.${system}"