From 8bda06bf80829534bd7908149afc1fa3e86db83f Mon Sep 17 00:00:00 2001 From: Sebastian Ludwig Date: Tue, 8 Aug 2017 19:55:24 +0200 Subject: Support arguments with spaces by wrapping the complete parameter string in double quotes. Fixes #206. --- twine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twine b/twine index fc9aa6e..d3a02fa 100755 --- a/twine +++ b/twine @@ -1,3 +1,3 @@ #!/bin/sh BASEDIR=$(dirname $0) -ruby -rubygems -I $BASEDIR/lib $BASEDIR/bin/twine $@ +ruby -rubygems -I $BASEDIR/lib $BASEDIR/bin/twine "$@" -- cgit v1.2.3