* Fix typo in /etc/zsh/zshrc. 0.1-22
authorMichael Prokop <mika@grml.org>
Sat, 21 Oct 2006 14:37:27 +0000 (16:37 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 21 Oct 2006 14:37:27 +0000 (16:37 +0200)
debian/changelog
etc/zsh/zshrc

index 381b820..4972873 100644 (file)
@@ -1,3 +1,9 @@
+grml-etc-core (0.1-23) unstable; urgency=low
+
+  * Fix typo in /etc/zsh/zshrc.
+
+ -- Michael Prokop <mika@grml.org>  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
index 7c3f9b6..f383424 100644 (file)
@@ -701,7 +701,7 @@ If you want to use xinit anyway please call \"/usr/bin/xinit\"."
 # use "uchange <package-name>" 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