bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fc keeps set -v for process substitution


From: Grisha Levit
Subject: fc keeps set -v for process substitution
Date: Mon, 27 Mar 2017 14:16:17 -0400

When the command to be fixed-up has a process substitution, `fc' prints
out not only the fixed-up command (as expected) but also any commands that
are part of a process substitution in the command:

   $ FCEDIT=':'   # doesn't really matter
   $ : <(: A)
   $ fc
   : <(: A)       # expected
   : A            # not expected



reply via email to

[Prev in Thread] Current Thread [Next in Thread]