diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-12-17 14:06:27 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-12-17 14:06:27 +0000 |
commit | 8659013fb8c76fdaac1baa43b09393ec10948a93 (patch) | |
tree | 54c54162618672f9c3ed900978d0e641f40b2806 /Src/subst.c | |
parent | 13ab7280aa553e2398b8aab8a9e66d32f43599ce (diff) | |
download | zsh-8659013fb8c76fdaac1baa43b09393ec10948a93.tar.gz zsh-8659013fb8c76fdaac1baa43b09393ec10948a93.tar.xz zsh-8659013fb8c76fdaac1baa43b09393ec10948a93.zip |
16357: change (n) to (u) so (n) can be reserved. for numeric sorting.
Diffstat (limited to 'Src/subst.c')
-rw-r--r-- | Src/subst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/subst.c b/Src/subst.c index f8ce51ae9..14ad37386 100644 --- a/Src/subst.c +++ b/Src/subst.c @@ -997,7 +997,7 @@ paramsubst(LinkList l, LinkNode n, char **str, int qt, int ssub) shsplit = 1; break; - case 'n': + case 'u': unique = 1; break; |