Skip to content

Commit bc1a47d

Browse files
authored
Merge pull request #2517 from headius/patch-1
Don't delete jruby.sh
2 parents 2334633 + f661b64 commit bc1a47d

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)