Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
escape string in __VIRTUAL_ENV__ path for bash
Fixes issue pypa#53 in bash and shell by using the printf %q "shell quote" formatter, which escapes as appropriate for a given environment. Falls back to quoting some characters that universally need to be escaped. Fallback is needed because there are several printf implementations, not all of which are guaranteed to have the %q formatter (though bash always should). uncompressed diff here: davidbstein/virtualenv_decompressed_scripts@0bc6629
- Loading branch information