From cef676814cebd511d5f2fba576f3dd775e8e9950 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 9 Jul 2007 22:27:18 +0200 Subject: [PATCH] dchange() function: remove hardcoded option --- debian/changelog | 8 +++++--- etc/zsh/zshrc | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 50cac8c..82d7e5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ grml-etc-core (0.3.15) unstable; urgency=low - * /etc/zsh/zshrc: activate 'setopt pushd_ignore_dups' to avoid - duplicates in ~/.zdirs (thanks to wuehlmaus for bringing up - and for the appropriate configuration thanks to ft!) + * /etc/zsh/zshrc: + - activate 'setopt pushd_ignore_dups' to avoid duplicates + in ~/.zdirs (thanks to wuehlmaus for bringing up + and for the appropriate configuration thanks to ft!) + - dchange() function: remove hardcoded option -- Michael Prokop Sat, 07 Jul 2007 10:52:03 +0200 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 -- 2.1.4