zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: improved error message
@ 2014-02-19 15:19 Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 2014-02-19 15:19 UTC (permalink / raw)
  To: Zsh Hackers' List

diff --git a/Src/glob.c b/Src/glob.c
index 9a34a7f..c32d581 100644
--- a/Src/glob.c
+++ b/Src/glob.c
@@ -1362,7 +1362,7 @@ zglob(LinkList list, LinkNode np, int nountok)
 			/* Find matching delimiters */
 			tt = get_strarg(s, &arglen);
 			if (!*tt) {
-			    zerr("missing end of name");
+			    zerr("missing delimiter for 'u' glob qualifier");
 			    data = 0;
 			} else {
 #ifdef USE_GETPWNAM
@@ -1402,7 +1402,7 @@ zglob(LinkList list, LinkNode np, int nountok)
 
 			tt = get_strarg(s, &arglen);
 			if (!*tt) {
-			    zerr("missing end of name");
+			    zerr("missing delimiter for 'g' glob qualifier");
 			    data = 0;
 			} else {
 #ifdef USE_GETGRNAM


pws


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-19 15:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-19 15:19 PATCH: improved error message Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).