Date: Sun, 28 Nov 2021 20:51:33 +0100
From: Alex fxmbsw7 Ratchev <[email protected]>
Message-ID:
<CAALKErG22tezZbgrpEcAw_P6zPAPb4KmTjG7f=nachji6-r...@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