@b4n yes its possible to break fixed user quoting with a filename, but where are ya gonna quote my_script --out=saved/%f.backup
? Quoting the substituted filename is wrong.
Or python -c "blah blah '%f.bz2' blah"
? Touching the quoting is wrong.
—
Reply to this email directly or view it on GitHub.