When I run the command below in bash file, I see weird outputs while I can run it perfectly if I go to the project path and execute ``` $(sudo git -C $PROJECT clean -fd) ``` What is the problem? appreciated