Replace -rubygems with -rrubygems
The old one was a thing before Ruby 2.0.
This commit is contained in:
parent
5a5a263fec
commit
ac5573ca7a
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 -rrubygems -I $BASEDIR/lib $BASEDIR/bin/twine "$@"
|
||||
|
|
Reference in a new issue