setupenv: Fix wrong path
parent
57a86cba47
commit
99c8f562d6
|
@ -44,7 +44,7 @@ echo "Added aliases and functions."
|
||||||
export PATH="$PROJECT_BASE_DIR/bin:$PROJECT_BASE_DIR/bin/tools:$PROJECT_BASE_DIR/scripts/tools:$PATH"
|
export PATH="$PROJECT_BASE_DIR/bin:$PROJECT_BASE_DIR/bin/tools:$PROJECT_BASE_DIR/scripts/tools:$PATH"
|
||||||
if uname -s | tr [:upper:] [:lower:] | grep cygwin >/dev/null; then
|
if uname -s | tr [:upper:] [:lower:] | grep cygwin >/dev/null; then
|
||||||
echo "Adding cygwin workaound for library path."
|
echo "Adding cygwin workaound for library path."
|
||||||
export PATH="$PROJECT_BASE_DIR/lib:$PATH"
|
export PATH="$PROJECT_BASE_DIR/bin/lib:$PATH"
|
||||||
fi
|
fi
|
||||||
echo "PATH is $PATH"
|
echo "PATH is $PATH"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue