mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-03 02:19:13 +08:00
6 lines
126 B
Bash
6 lines
126 B
Bash
#!/bin/sh
|
|
if ! [ -r "@RUBY_LIBPATH@/rubygems.rb" ]; then
|
|
exec @RUBY_BINPATH@ --disable-gems "$@"
|
|
fi
|
|
exec @RUBY_BINPATH@ "$@"
|