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 Celis <sebastian@sebastiancelis.com>2017-08-08 21:10:23 +0300
committerGitHub <noreply@github.com>2017-08-08 21:10:23 +0300
commitf57c8db096826f771c85190a8a02103fd4c2a0ed (patch)
tree4c5cbdc6b4e7d059428fa3db01aa70c889aecd69
parent81f8f15f1da36404ec9668f5382afdb747b23ba4 (diff)
parent8bda06bf80829534bd7908149afc1fa3e86db83f (diff)
Merge pull request #207 from scelis/argument_spaces
Support arguments with spaces
-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 "$@"