setupenv: Fix spelling

Yeah, really important commit, I know.
windows
BodgeMaster 2022-10-31 01:32:26 +01:00
parent 1d899db889
commit 78880e1c20
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ echo "Added aliases and functions."
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
echo "Adding cygwin workaound for library path."
echo "Adding Cygwin workaound for library path."
export PATH="$PROJECT_BASE_DIR/bin/lib:$PATH"
fi
echo "PATH is $PATH"