You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby Shellwords#shellescape "Escapes a string so that it can be safely
used in a Bourne shell command line". This is fine for a UNIX like
operating system, but windows does not complies with this.
Attempt to fix CI by manually "escaping" strings on windows (i.e. quote
them and escape quotes with a backslash), and relying on shellescape for
other operating systems.
0 commit comments