X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=ce78062abd3773afda3e876e0cfae11fa2c0786f;hb=cef676814cebd511d5f2fba576f3dd775e8e9950;hp=80503faf3b0dabbba88699ec42689b6a1aae6224;hpb=725aa87308b23fcf3a0a643b33912ab30f49d372;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 80503fa..ce78062 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1260,7 +1260,7 @@ If you want to use xinit anyway please call \"/usr/bin/xinit\"." if type -p aptitude &>/dev/null ; then echo "No changelog for package $1 found, using aptitude to retrieve it." if isgrml ; then - aptitude -t unstable changelog tsclient + aptitude -t unstable changelog ${1} else aptitude changelog ${1} fi