mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
UseIt: allow sourcing from outside the Toolchain dir
This commit is contained in:
parent
219f2f988e
commit
bfd94dbf54
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
DIR=$( dirname $( readlink -e "$0" ) )
|
||||
export PATH="$DIR/Local/bin:$PATH"
|
||||
export TOOLCHAIN="$DIR"
|
||||
echo "$PATH"
|
||||
echo "$PATH"
|
||||
|
|
Loading…
Add table
Reference in a new issue