From b5632a010375a3f2a863a21d9deb25c3397072d7 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 4 Jul 2018 20:10:06 +0200 Subject: [PATCH] remove BUGS --- BUGS | 13 ------------- todo/process-substitution-in | 1 + 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 BUGS create mode 100644 todo/process-substitution-in diff --git a/BUGS b/BUGS deleted file mode 100644 index 87b2c29..0000000 --- a/BUGS +++ /dev/null @@ -1,13 +0,0 @@ - -*- org -*- -* TODO -** bin/gash --debug --parse <(echo done) -** bin/gash <(echo 'echo "$foo"') -prints: $bar -** bin/gash <(echo 'echo "foo=$bar"') -prints: foo=$bar -** bin/gash <(echo 'echo "foo:$bar"') -prints: foo:$bar - -* DONE -** bin/gash --debug --parse <(echo 'foo=`eval echo $bar`') -** gash -c STRING diff --git a/todo/process-substitution-in b/todo/process-substitution-in new file mode 100644 index 0000000..b22ae6f --- /dev/null +++ b/todo/process-substitution-in @@ -0,0 +1 @@ +cat <(cat README) \ No newline at end of file