Skip to content

Commit f661b64

Browse files
authored
Don't delete jruby.sh
I'm not sure why this file was being deleted but this code dates way back! Unfortunately deleting this interferes with a new version of the native JRuby launcher we want to release which is dependent on the shell script being present. This PR removes jruby.sh from the `remove_windows_files` function so it can be used by the new launcher. See jruby/jruby-launcher#48 (comment)
1 parent 2334633 commit f661b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ build_package_artichoke() {
935935
remove_windows_files() {
936936
# shellcheck disable=SC2164
937937
cd "$PREFIX_PATH"
938-
rm -f bin/*.exe bin/*.dll bin/*.bat bin/jruby.sh
938+
rm -f bin/*.exe bin/*.dll bin/*.bat
939939
}
940940

941941
clean_prefix_path_truffleruby() {

0 commit comments

Comments
 (0)