vimil-saju commented on issue #12878:
URL: https://github.com/apache/druid/issues/12878#issuecomment-1209540732

   > BTW BigSur was used on my macbookpro half a year ago, and I have never 
encountered such problem. Now I'm using macOS Monterey.
   
   Digging a bit deeper I found this was the case if the environment variable 
CDPATH was set. below is a quick test you can run.
   
   ```
   CDPATH=".:~"
   T=$(cd Temp && pwd)
   echo $T
    ```
    the output will be `~/Temp ~/Temp` instead of `~/Temp`
   assuming there is `Temp` dir under the home directory


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to