Only install.sh has any bashisms left. However, the bug which prevented it from running on most systems (using /bin/bash directly) has been fixed.
6 lines
143 B
Bash
Executable file
6 lines
143 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Ensure known RubyGems version
|
|
envdir="$(readlink -e $(dirname $0))/../env"
|
|
. "$envdir/ruby_env"
|
|
. "$envdir/ensure_right_rubygems"
|