summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2014-08-17 00:14:45 +0200
committerAxel Beckert <abe@deuxchevaux.org>2014-08-17 00:14:45 +0200
commit52079263ac9e9e00855ad7f327861eeef95776be (patch)
treeeeaeac11c9893028b1046d61bc238124a5bd124a
parent7e2e5db0ba57fc7c28629a979c2b91bd43230212 (diff)
downloadzsh-52079263ac9e9e00855ad7f327861eeef95776be.tar.gz
zsh-52079263ac9e9e00855ad7f327861eeef95776be.zip
Add command-not-found + environment-modules to bug-script list of packages containing code meant to be sourced in .zshrc
-rwxr-xr-xdebian/zsh.bug-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/zsh.bug-script b/debian/zsh.bug-script
index f6448fc84..bf116338d 100755
--- a/debian/zsh.bug-script
+++ b/debian/zsh.bug-script
@@ -26,7 +26,7 @@ else
TEXT="Packages which provide code meant to be sourced in .zshrc"
# Hardcoded list of (future) packages containing code meant to be
# sourced in .zshrc
- PKGS=$(dpkg-query -W -f '${Package}\n' fizsh oh-my-zsh zsh-antigen autojump zec python-powerline 'grml-*' 2>/dev/null)
+ PKGS=$(dpkg-query -W -f '${Package}\n' fizsh oh-my-zsh zsh-antigen autojump zec python-powerline command-not-found environment-modules 'grml-*' 2>/dev/null)
fi
list_packages "$TEXT" $PKGS