mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-26 15:00:35 +08:00
always calling 'exit' is not good in e.g. functions. the basic idea is at least that the returncode of cd *is* evaluated somehow and not ignored. Reported-by: Garance Alistair Drosehn <drosehn@rpi.edu> Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>