Skip to content

Commit

Permalink
fix --debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Aug 25, 2012
1 parent ee50d03 commit 3d9b635
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions scripts/base
Expand Up @@ -16,11 +16,6 @@ then
export PS4
PS4="+ \${BASH_SOURCE##\${rvm_path:-}} : \${FUNCNAME[0]:+\${FUNCNAME[0]}()} \${LINENO} > "
fi

elif [[ ${rvm_debug_flag:-0} > 0 ]]
then
rvm_debug_flag=0

fi

export __array_start rvm_path >/dev/null
Expand Down
5 changes: 0 additions & 5 deletions scripts/initialize
Expand Up @@ -14,11 +14,6 @@ then
export PS4
PS4="+ \${BASH_SOURCE##\${rvm_path:-}} : \${FUNCNAME[0]:+\${FUNCNAME[0]}()} \${LINENO} > "
fi

elif [[ ${rvm_debug_flag:-0} > 0 ]]
then
rvm_debug_flag=0

fi

# Set shell options that RVM cannot live without,
Expand Down

0 comments on commit 3d9b635

Please sign in to comment.