about summary refs log tree commit diff
path: root/lr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lr.c')
-rw-r--r--lr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lr.c b/lr.c
index 8c4efe7..636b768 100644
--- a/lr.c
+++ b/lr.c
@@ -1725,7 +1725,7 @@ print_shquoted(const char *s)
 		}
 	}
 
-	if (!esc) {
+	if (!Qflag || !esc) {
 		printf("%s", s);
 		return;
 	}