Skip to content

Commit

Permalink
Another bare read of $CP
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Feb 25, 2025
1 parent bc239fe commit 0650fa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/jruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,10 @@ else
case "${j#"$JRUBY_HOME/lib/"}" in
jruby.jar|jruby-complete.jar) continue
esac
if [ "$CP" ]; then
CP="$CP$CP_DELIMITER$j"
else
if [ -z "${CP-}" ]; then
CP="$j"
else
CP="$CP$CP_DELIMITER$2"
fi
done

Expand Down

0 comments on commit 0650fa3

Please sign in to comment.