diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-20 09:11:04 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-20 09:11:04 +0000 |
commit | 1a691db1e2f98e04a08447c58140cac2581a6adb (patch) | |
tree | 3eeb3fc9903a5badc0a56ed19cbe22a08a9fe9d8 /Functions/Misc/zmv | |
parent | cd335e489a5810209d43f7f3ca96e14fc9daafd5 (diff) | |
download | zsh-1a691db1e2f98e04a08447c58140cac2581a6adb.tar.gz zsh-1a691db1e2f98e04a08447c58140cac2581a6adb.tar.xz zsh-1a691db1e2f98e04a08447c58140cac2581a6adb.zip |
12000: zmv: emulate -R to unset MARKDIRS
Diffstat (limited to 'Functions/Misc/zmv')
-rw-r--r-- | Functions/Misc/zmv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/zmv b/Functions/Misc/zmv index 571c3f350..44a8a1b0c 100644 --- a/Functions/Misc/zmv +++ b/Functions/Misc/zmv @@ -115,7 +115,7 @@ # non-positional parameters may not start with a number, although # paranoiacs like the author will probably put them there anyway. -emulate -L zsh +emulate -RL zsh setopt extendedglob local f g args match mbegin mend files action myname tmpf opt exec |