From 4c89b303d62900127dd383375a5cf559b012bb3e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 21 Oct 2006 16:37:27 +0200 Subject: [PATCH] * Fix typo in /etc/zsh/zshrc. --- debian/changelog | 6 ++++++ etc/zsh/zshrc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 381b820..4972873 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-etc-core (0.1-23) unstable; urgency=low + + * Fix typo in /etc/zsh/zshrc. + + -- Michael Prokop Sat, 21 Oct 2006 16:36:54 +0200 + grml-etc-core (0.1-22) unstable; urgency=low * /etc/zsh/zshrc: update functions dchange and uchange - check diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 7c3f9b6..f383424 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -701,7 +701,7 @@ If you want to use xinit anyway please call \"/usr/bin/xinit\"." # use "uchange " to view upstream's changelog of the package: uchange() { if [ -r /usr/share/doc/${1}/changelog.gz ] ; then - most /usr/share/doc/${1}/changelog.gz ; } + most /usr/share/doc/${1}/changelog.gz else echo "No changelog for package $1 found, sorry." return 1 -- 2.1.4