bug-bash
[Top][All Lists]
Advanced

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

unbalanced parenthesis not recognized


From: Harald Dunkel
Subject: unbalanced parenthesis not recognized
Date: Thu, 18 Nov 2021 10:34:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1

Hi folks,

I am not sure, but shouldn't bash 5.1.4 complain about

        : ${SSLDIR}:="${JM_WORK}/ssl"}

at least due to unbalanced parenthesis? The correct version
would be

        : ${SSLDIR:="${JM_WORK}/ssl"}


Regards
Harri



reply via email to

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