Package: virtualenvwrapper
Version: 4.3.1-1
Severity: important
Tags: patch

Dear Maintainer,

there seems to be an error in
`/etc/bash_completion.d/virtualenvwrapper' on invocations of a new
login shell the message

`/etc/bash_completion.d/virtualenvwrapper:5: = not found'

is displayed and the appropriate functions (`workon', etc.) are not
available. I made the following change to said file (see below for
full listing):
------------------------------------------------------------
5c5
< if [[ "$USE_FULL" == "yes" ]]; then
---
> if [ "$USE_FULL" == "yes" ]; then
------------------------------------------------------------
which seems to solve the problem.

Regards,
        Thomas Bach.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages virtualenvwrapper depends on:
ii  libjs-sphinxdoc    1.2.3+dfsg-1
ii  python             2.7.8-1
ii  python-stevedore   0.14.1-1
ii  python-virtualenv  1.11.6-2
ii  virtualenv         1.11.6-2
ii  virtualenv-clone   0.2.5-1

Versions of packages virtualenvwrapper recommends:
ii  bash-completion  1:2.1-4

virtualenvwrapper suggests no packages.

-- Configuration Files:
/etc/bash_completion.d/virtualenvwrapper changed:
USE_FULL=no
if [[ "$USE_FULL" == "yes" ]]; then
    . /usr/share/virtualenvwrapper/virtualenvwrapper.sh
else
    . /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
fi


-- no debconf information


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to