From 61344b33e5937d958e6b7cba0df7e24e8a8eeede Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Thu, 21 Mar 2019 14:49:23 +0000 Subject: [PATCH] _ar_scripts_with_tilde =================================================================== Gbp-Pq: Name 157_ar_scripts_with_tilde.patch --- binutils/arlex.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/arlex.l b/binutils/arlex.l index f778f63cc..0197e832e 100644 --- a/binutils/arlex.l +++ b/binutils/arlex.l @@ -78,7 +78,7 @@ int linenumber; "(" { return '('; } ")" { return ')'; } "," { return ','; } -[A-Za-z0-9/\\$:.\-\_]+ { +[A-Za-z0-9/\\$:.\-\_~]+ { yylval.name = xstrdup (yytext); return FILENAME; } -- 2.30.2