#!/bin/sh
if ! [ -r "@RUBY_LIBPATH@/rubygems.rb" ]; then
	exec @RUBY_BINPATH@ --disable-gems "$@"
fi
exec @RUBY_BINPATH@ "$@"