bug-bash
[Top][All Lists]
Advanced

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

Re: RFE: new syntax for command substitution to keep trailing newlines?


From: Alex fxmbsw7 Ratchev
Subject: Re: RFE: new syntax for command substitution to keep trailing newlines?
Date: Sat, 30 Jan 2021 14:13:42 +0100

ah thank you

On Sat, Jan 30, 2021, 13:51 Dennis Williamson <dennistwilliamson@gmail.com>
wrote:

>
>
> On Fri, Jan 29, 2021, 12:22 PM Alex fxmbsw7 Ratchev <fxmbsw7@gmail.com>
> wrote:
>
>> im sorry big time.. can you point me out how
>> i just commented the #if and #endif s , thought thatd enable the code ..
>> in
>> parse and tab
>>
>> On Fri, Jan 29, 2021, 14:57 Chet Ramey <chet.ramey@case.edu> wrote:
>>
>> > On 1/29/21 7:50 AM, Alex fxmbsw7 Ratchev wrote:
>> > > is commenting the #(if|endif) lines right way ?
>> > >
>> > > cause.. it buggs still
>> >
>> > You have to uncomment the fix; that one's not live.
>> >
>> > --
>> > ``The lyf so short, the craft so long to lerne.'' - Chaucer
>> >                  ``Ars longa, vita brevis'' - Hippocrates
>> > Chet Ramey, UTech, CWRU    chet@case.edu
>> http://tiswww.cwru.edu/~chet/
>> >
>>
>
> Those aren't comments. They are preprocessor directives. Leave the # where
> they are. Just change the 0 to a 1.
>
> #if 0
>
> Should be changed to
>
> #if 1
>
> To enable that bit of code.
>
>>


reply via email to

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