From 3cbace98a76ba35af88f0a9234a7c6ebad10d68c Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Fri, 16 May 2014 15:19:07 +0800 Subject: 'echo -' should output a dash instead of treating it as options Fixes #1459 --- tests/test1.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test1.in') diff --git a/tests/test1.in b/tests/test1.in index 529baea1..4de8d6b1 100644 --- a/tests/test1.in +++ b/tests/test1.in @@ -116,6 +116,7 @@ echo -e 'abc\121def' echo -e 'abc\1212def' echo -e 'abc\cdef' # won't output a newline! echo '' +echo - echo -e Catch your breath -- cgit v1.2.3