From 0001803f0b9523c94fa2ede48eaecb047fef4524 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Mon, 21 Nov 2011 20:51:19 -0500 Subject: Bash-4.1 distribution source --- alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alias.c') diff --git a/alias.c b/alias.c index 2eedad5..558665e 100644 --- a/alias.c +++ b/alias.c @@ -526,7 +526,7 @@ alias_expand (string) /* If there is a backslash-escaped character quoted in TOKEN, then we don't do alias expansion. This should check for all other quoting characters, too. */ - if (xstrchr (token, '\\')) + if (mbschr (token, '\\')) expand_this_token = 0; /* If we should be expanding here, if we are expanding all words, or if -- cgit v1.2.3