This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
twine/twine
Sebastian Celis ac5573ca7a Replace -rubygems with -rrubygems
The old one was a thing before Ruby 2.0.
2019-02-24 11:07:01 -06:00

3 lines
88 B
Bash
Executable file

#!/bin/sh
BASEDIR=$(dirname $0)
ruby -rrubygems -I $BASEDIR/lib $BASEDIR/bin/twine "$@"