canonical/multipass

Characters not escaped in commands

Open

#1,495 opened on Apr 17, 2020

View on GitHub
 (14 comments) (0 reactions) (1 assignee)C++ (6,956 stars) (634 forks)batch import
bughelp wantedmedium

Description

$ multipass mount . primary:~/path/with\$dollarsign
$ multipass exec primary -- ls path/with\$dollarsign
ls: cannot access 'path/with$dollarsign': No such file or directory
$ multipass exec primary -- ls path/with
Dokumenty   Muzyka   Obrazy   Pobrane   Publiczny   Pulpit   Szablony   Wideo

Originally posted by @Saviq in https://github.com/canonical/multipass/pull/1439#pullrequestreview-395244787

Contributor guide