commit bfb1e3a19f6767d5876029481b8ebee7109830c5 parent a617346e9168df33fc3ff8cbd72b3da72ea5affc Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 14 Feb 2020 15:24:39 +0100 Remove script to enable old gcc Diffstat:
D | .local/bin/gcc-8.3-enable | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/.local/bin/gcc-8.3-enable b/.local/bin/gcc-8.3-enable @@ -1,8 +0,0 @@ -#!/bin/sh -# use `. ~/.local/bin/gcc-8.3-enable` to add to environment -version=8.3.0 -if [ ! -d /usr/local/gcc-${version}/bin ]; then - echo "gcc version $version not found" - exit 1 -fi -export PATH=/usr/local/gcc-${version}/bin:$PATH