From fb31290b9d74ae61feb37632ea65c3e3c304e5a7 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Tue, 2 Aug 2011 12:21:09 -0500 Subject: [PATCH] More argument quoting --- bin/rbenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rbenv b/bin/rbenv index 6f3faab..c951960 100755 --- a/bin/rbenv +++ b/bin/rbenv @@ -14,5 +14,5 @@ else fi shift 1 - exec "$command_path" $* + exec "$command_path" "$@" fi