Shell utilities: Guard against expr' magic tokens.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 13 Apr 2006 22:01:24 +0000 (22:01 +0000)
committerJunio C Hamano <junkio@cox.net>
Thu, 13 Apr 2006 23:45:48 +0000 (16:45 -0700)
Some words, e.g., `match', are special to expr(1), and cause strange
parsing effects. Track down all uses of expr and mangle the arguments
so that this isn't a problem.

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found