Date: Mon, 31 Mar 2025 19:57:23 +0200 From: "pms-...@outlook.com" <pms-...@outlook.com> Message-ID: <vsel23$1040$1...@ciao.gmane.io>
| try: set -e That certainly won't work, I suspect you mean "set -E" which is a different thing entirely, but in recent -10 anyway, I believe that was made to be on by default. More likely what is needed is set -o tabcomplete kre