X Tutup
Skip to content

Fix mkdir arguments order in snap#135182

Merged
joaomoreno merged 1 commit intomicrosoft:mainfrom
concatime:patch-1
Oct 25, 2021
Merged

Fix mkdir arguments order in snap#135182
joaomoreno merged 1 commit intomicrosoft:mainfrom
concatime:patch-1

Conversation

@concatime
Copy link
Contributor

When lauching with env POSIXLY_CORRECT=y code [...], VSCode creates
two directories named -m and 700. This is because the order of
arguments, in a POSIX strict environment, matters.

Because the fix is trivial, I didn’t want to bother you by opening an issue.

When lauching with `env POSIXLY_CORRECT=y code [...]`, VSCode creates two directories named `-m` and `700`. This is because the order of arguments, in a POSIX strict environment, matters.
@joaomoreno joaomoreno added this to the October 2021 milestone Oct 25, 2021
@joaomoreno joaomoreno merged commit 0f7982a into microsoft:main Oct 25, 2021
@joaomoreno
Copy link
Member

Thanks! This was awful.

@joaomoreno joaomoreno added the snap Issues related to the snap package label Oct 25, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

snap Issues related to the snap package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup