From aeb6f8f87f92cab7f174796753a511552077b4c9 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 26 Feb 2016 12:06:36 +0100 Subject: shquote: proper octal for DEL. --- xe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xe.c') diff --git a/xe.c b/xe.c index 5c0b22e..1b5853e 100644 --- a/xe.c +++ b/xe.c @@ -117,7 +117,7 @@ shquote(const char *s) "\011\012\013\014\015\016\017\020" "\021\022\023\024\025\026\027\030" "\031\032\033\034\035\036\037\040" - "`^#*[]=|\\?${}()'\"<>&;\127")) { + "`^#*[]=|\\?${}()'\"<>&;\177")) { fprintf(traceout, "%s", s); return; } -- cgit 1.4.1