mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
UseIt: allow sourcing from outside the Toolchain dir
This commit is contained in:
parent
219f2f988e
commit
bfd94dbf54
Notes:
sideshowbarker
2024-07-19 14:08:28 +09:00
Author: https://github.com/rburchell Commit: https://github.com/SerenityOS/serenity/commit/bfd94dbf544 Pull-request: https://github.com/SerenityOS/serenity/pull/37
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