22:48:20 <jstein> Hi, I suggest to protect all "cd" commands in *.sh as in https://github.com/getnikola/nikola/blob/master/scripts/baseline.sh#L18 22:48:20 <jstein> with 'cd ... || exit' or 'cd ... || return' in case cd fails. 22:48:20 <jstein> It has no negative sideeffects.