Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ludwig <sebastian@lurado.de>2017-08-08 20:55:24 +0300
committerSebastian Ludwig <sebastian@lurado.de>2017-08-08 20:55:24 +0300
commit8bda06bf80829534bd7908149afc1fa3e86db83f (patch)
tree5aa92da588d3a2ac7c784677c52925302248340c
parent1789a59bc1bfb273c3207622dda73813404c6c22 (diff)
Support arguments with spaces by wrapping the complete parameter string in double quotes. Fixes #206.
-rwxr-xr-xtwine2
1 files changed, 1 insertions, 1 deletions
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 "$@"