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
${:} expands to os.PathListSeparator; now ${/} expands to
os.PathSeparator.
It's useful to skip windows-vs-unixy conditions, like the ones that we
simplified in exec_path_change with HOME and PATH.
It's also useful so that 'cmpenv stdout stdout.golden' can easily
support output which contains relative file paths.
While at it, make the stdin and exec_path_change scripts work on Wine
(i.e. vanilla Windows), which has neither Go nor coreutils installed.
0 commit comments