Skip to content

Commit

Permalink
Quote the argument to resolve_link
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Dec 30, 2011
1 parent 0130f7a commit 272edbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ruby-build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -E
exec 3<&2 # preserve original stderr at fd 3

resolve_link() {
$(type -p greadlink readlink | head -1) $1
$(type -p greadlink readlink | head -1) "$1"
}

abs_dirname() {
Expand Down

0 comments on commit 272edbb

Please sign in to comment.