From 3a7719015d1c33f326b613449957a54855c939de Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 12 Jun 2016 02:16:46 -0700 Subject: Don't allow specifying an fd with a caret redirection For example, an argument 12345^ is a real argument, not a redirection There's no reason to use ^ here instead of >, and it's annoying to git users. Fixes #1873 --- tests/test1.out | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test1.out') diff --git a/tests/test1.out b/tests/test1.out index 26251a3b..1b5eeade 100644 --- a/tests/test1.out +++ b/tests/test1.out @@ -25,6 +25,7 @@ errput output errput output +caret_no_redirect 12345^ is_stdout abc\ndef abc -- cgit v1.2.3