K 10 svn:author V 3 mat K 8 svn:date V 27 2018-06-01T16:20:48.507183Z K 7 svn:log V 437 SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. cd can fail for a variety of reasons: misspelled paths, missing directories, missing permissions, broken symlinks and more. If/when it does, the script will keep going and do all its operations in the wrong directory. This can be messy, especially if the operations involve creating or deleting a lot of files. PR: 227109 Submitted by: mat Sponsored by: Absolight END