Skip to content

Commit 272edbb

Browse files
committed
Quote the argument to resolve_link
1 parent 0130f7a commit 272edbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -E
66
exec 3<&2 # preserve original stderr at fd 3
77

88
resolve_link() {
9-
$(type -p greadlink readlink | head -1) $1
9+
$(type -p greadlink readlink | head -1) "$1"
1010
}
1111

1212
abs_dirname() {

0 commit comments

Comments
 (0)