Skip to content
Snippets Groups Projects
Commit 29dcdbae authored by intrigeri's avatar intrigeri
Browse files

Run rsync command-line through a shell, so that single-quotes around excludes...

Run rsync command-line through a shell, so that single-quotes around excludes are interpreted (Closes: #677410)

When --exclude 'something' is passed directly to rsync without going through
a shell, rsync tries to match a file whose name contains single quotes, which is
definitely not what we want it to do: exclude arguments protected with single
quotes are meant to be passed to a shell.
parent 1b48bc44
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment