We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4431b6 commit 421290dCopy full SHA for 421290d
1 file changed
bin/jruby
@@ -171,9 +171,11 @@ do
171
exit
172
elif [ "${val}" = "-classpath" ]; then
173
CP="$CP$CP_DELIMITER$2"
174
+ CLASSPATH=""
175
shift
176
elif [ "${val}" = "-cp" ]; then
177
178
179
180
else
181
if [ "${val:0:3}" = "-ea" ]; then
@@ -183,9 +185,6 @@ do
183
185
fi
184
186
java_args=("${java_args[@]}" "${1:2}")
187
- if [ "$CP" != "" ]; then
- CLASSPATH=""
188
- fi
189
;;
190
# Match switches that take an argument
191
-C|-e|-I|-S) ruby_args=("${ruby_args[@]}" "$1" "$2"); shift ;;
0 commit comments