Skip to content

Harden the scripts against symlinks

Andrew Newdigate requested to merge sanity-check into master

By default, shell scripts can fail when executed via symlinked paths as .. directory references may not work.

This change fixes that and also checks that all the .. in the scripts directory are correct.

cc @jarv

Merge request reports