1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:17:36 +00:00

Toolchain: Oops, let's unbreak UseIt.sh.

This commit is contained in:
Andreas Kling 2019-05-20 02:06:41 +02:00
parent a8864dc590
commit 612e1c7023

View file

@ -1,5 +1,5 @@
#!/bin/bash
DIR=$( dirname $( readlink -e "$0" ) )
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export PATH="$DIR/Local/bin:$PATH"
export TOOLCHAIN="$DIR"
export SERENITY_ROOT="$DIR/.."