# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/bash/cd.patch # Copyright (C) 2021 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- Standard compliant and not annoying cd, to support cd src.* and change into the 1st match, like it AFAIR did for the last decades. --- bash-5.1/config-top.h.vanilla 2021-08-24 19:52:54.375491511 +0200 +++ bash-5.1/config-top.h 2021-08-24 19:53:06.150491274 +0200 @@ -29,7 +29,7 @@ /* Define CD_COMPLAINS if you want the non-standard, but sometimes-desired error messages about multiple directory arguments to `cd'. */ -#define CD_COMPLAINS +/* #define CD_COMPLAINS */ /* Define BUFFERED_INPUT if you want the shell to do its own input buffering, rather than using stdio. Do not undefine this; it's