Project

General

Profile

Bug #15204 ยป ruby-changes.patch

LeiYuhou (Yuhou Lei), 10/05/2018 08:20 AM

View differences:

win32/win32.c (working copy)
// N.B. Don't glob if inside a single quoted string
//
if (quote != L'\'')
if (quote != L'\'' && quote != L'"')
globbing++;
slashes = 0;
break;
    (1-1/1)