Merge pull request #207 from scelis/argument_spaces
Support arguments with spaces
This commit is contained in:
commit
f57c8db096
1 changed files with 1 additions and 1 deletions
2
twine
2
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 "$@"
|
||||
|
|
Reference in a new issue