Skip to content

Commit

Permalink
better fix to allow users to specify patches with absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyjedi authored and wayneeseguin committed Jul 2, 2010
1 parent 4bcb64b commit cde34e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/patches
Expand Up @@ -5,7 +5,7 @@

# Returns the path used to look for a patch given a specific name.
__rvm_patch_lookup_path() {
echo ""
echo "/"
[[ -n "$rvm_patch_original_pwd" ]] && echo "$rvm_patch_original_pwd/"
echo "$PWD/"
__rvm_ruby_string_paths_under "$rvm_patches_path" | sed 's/$/\//'
Expand Down

0 comments on commit cde34e4

Please sign in to comment.