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
Make command compatible with mktemp from GNU coreutils
We could also call /usr/bin/mktemp directly (to avoid a problem for users whose PATH point to GNU coreutils before /usr/bin), but I think it is good practice to avoid BSD/macOS specific options, when possible.
0 commit comments