about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-05-16 16:21:33 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-05-16 16:21:33 +0000
commita04a3a9e6543c800bc874950dbe56f1add01a847 (patch)
tree430fbcfe637ecb6f333ee4b521f169e32d3a56f3 /Functions
parent26a467f4067fdda2f627e3b6ce76ea2c54e1b464 (diff)
downloadzsh-a04a3a9e6543c800bc874950dbe56f1add01a847.tar.gz
zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.tar.xz
zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.zip
Fix typos and remove RCS Id strings.
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Misc/is-at-least1
1 files changed, 0 insertions, 1 deletions
diff --git a/Functions/Misc/is-at-least b/Functions/Misc/is-at-least
index 3eb62ef67..eab771332 100644
--- a/Functions/Misc/is-at-least
+++ b/Functions/Misc/is-at-least
@@ -1,4 +1,3 @@
-# $Id: is-at-least,v 1.2 2000/04/01 20:49:47 pws Exp $ -*- shell-script -*-
 #
 # Test whether $ZSH_VERSION (or some value of your choice, if a second argument
 # is provided) is greater than or equal to x.y.z-r (in argument one). In fact,