Skip to content

Commit

Permalink
Toolchain: Oops, let's unbreak UseIt.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed May 20, 2019
1 parent a8864dc commit 612e1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toolchain/UseIt.sh
Original file line number Diff line number Diff line change
@@ -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/.."
Expand Down

0 comments on commit 612e1c7

Please sign in to comment.