Skip to content

Commit ebba87c

Browse files
committed
Quote every shell variable.
1 parent 220e278 commit ebba87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/ruby-install/ruby-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ function parse_options()
222222
return 1
223223
;;
224224
*)
225-
argv+=($1)
225+
argv+=("$1")
226226
shift
227227
;;
228228
esac

0 commit comments

Comments
 (0)