Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Revert "wrapper scripts: set (mostly) correct $0"
This reverts commit 06848ee. Turns out that this breaks e.g. gcc finding its installation path. % gcc foo.c gcc: error trying to exec 'cc1': execvp: No such file or directory % gcc --print-search-dirs install: /ro/gcc-8.2.0/bin/../lib/gcc/x86_64-pc-linux-gnu/8.2.0/ […] % ls /ro/gcc-8.2.0/bin/../lib/gcc/x86_64-pc-linux-gnu/8.2.0/ ls: cannot access '/ro/gcc-8.2.0/bin/../lib/gcc/x86_64-pc-linux-gnu/8.2.0/': No such file or directory
- Loading branch information