diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-05-16 16:21:33 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-05-16 16:21:33 +0000 |
commit | a04a3a9e6543c800bc874950dbe56f1add01a847 (patch) | |
tree | 430fbcfe637ecb6f333ee4b521f169e32d3a56f3 /Functions/Misc | |
parent | 26a467f4067fdda2f627e3b6ce76ea2c54e1b464 (diff) | |
download | zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.tar.gz zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.tar.xz zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.zip |
Fix typos and remove RCS Id strings.
Diffstat (limited to 'Functions/Misc')
-rw-r--r-- | Functions/Misc/is-at-least | 1 |
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, |