Merge pull request #2517 from headius/patch-1

Don't delete jruby.sh
This commit is contained in:
Mislav Marohnić 2025-04-03 16:54:48 +02:00 committed by GitHub
commit bc1a47dac2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -935,7 +935,7 @@ build_package_artichoke() {
remove_windows_files() { remove_windows_files() {
# shellcheck disable=SC2164 # shellcheck disable=SC2164
cd "$PREFIX_PATH" cd "$PREFIX_PATH"
rm -f bin/*.exe bin/*.dll bin/*.bat bin/jruby.sh rm -f bin/*.exe bin/*.dll bin/*.bat
} }
clean_prefix_path_truffleruby() { clean_prefix_path_truffleruby() {