diff --git a/setupenv.bashrc b/setupenv.bashrc index 7e97cf1..79cbef1 100644 --- a/setupenv.bashrc +++ b/setupenv.bashrc @@ -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"