We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b246fb6 commit 4c60e43Copy full SHA for 4c60e43
1 file changed
win32/Makefile.sub
@@ -23,10 +23,10 @@ MFLAGS=-l
23
# executable in $(tooldir).
24
! if [cd $(tooldir) && ruby missing-baseruby.bat 2> nul]
25
! else if [(cd $(tooldir) && for %I in (ruby.exe) do @echo BASERUBY = %~s$$PATH:I) > baseruby.mk]
26
-! else
+! else if exist(baseruby.mk)
27
! include baseruby.mk
28
! endif
29
-! if [del baseruby.mk]
+! if [del baseruby.mk 2> nul]
30
31
!else if "$(BASERUBY)" == "no" || [($(BASERUBY) -eexit) > nul 2> nul]
32
BASERUBY =
0 commit comments