mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
Quote the argument to resolve_link
This commit is contained in:
parent
0130f7a203
commit
272edbbcae
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue