Skip to content

Commit d768b20

Browse files
committed
win32/setup.mak: Remove unnecessary quotes and adjust quoting style
1 parent 0f75ac8 commit d768b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/setup.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,4 @@ AS = $(AS) -nologo
261261
$(BANG)include $$(srcdir)/win32/Makefile.sub
262262
<<
263263
@$(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat config.h config.status
264-
@echo "type `nmake' to make ruby."
264+
@echo type 'nmake' to make ruby.

0 commit comments

Comments
 (0)