bug-bash
[Top][All Lists]
Advanced

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

Re: Unclosed quotes on heredoc mode


From: Robert Elz
Subject: Re: Unclosed quotes on heredoc mode
Date: Mon, 29 Nov 2021 03:24:10 +0700

    Date:        Sun, 28 Nov 2021 20:51:33 +0100
    From:        Alex fxmbsw7 Ratchev <fxmbsw7@gmail.com>
    Message-ID:  
<CAALKErG22tezZbgrpEcAw_P6zPAPb4KmTjG7f=nacHJi6-r1aQ@mail.gmail.com>

  | a small comment on that /bin in PATH code.. is invalid, you need to match
  | first non : beginning ahe not : ending end
  | case :$PATH: would fix it

If it was the slightest bit relevant whether that part of the example
worked or not, you'd be right - but use of that example was purely
because it doesn't depend upon anything else that needs to be set up,
it could just as easily have been

        case $HOME in /home/*) echo HOME is at home;; esac

for all the use it is.   The relevant part was the here doc data location.

kre




reply via email to

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