mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-02 07:11:12 +02:00
commit
bc1a47dac2
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue