Closed Bug 1515577 Opened 5 years ago Closed 5 years ago

Don't quote shell strings when they contain a ~, except in first position

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(firefox66 fixed)

RESOLVED FIXED
Tracking Status
firefox66 --- fixed

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(1 file)

      No description provided.
We only need to quote strings that would be treated specially by the
shell, and "foo~bar" doesn't get any sort of expansion, while "~foo"
gets a user expansion, and to avoid that expansion, those latter strings
need to be quoted, but not the former.
Blocks: 1515579
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/6944bc1c900b
Don't quote shell strings when they contain a ~, except in first position. r=ted
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/2cb3a85f0a64
Don't quote shell strings when they contain a ~, except in first position. r=ted
https://hg.mozilla.org/mozilla-central/rev/2cb3a85f0a64
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Flags: needinfo?(mh+mozilla)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: