Using an Alternative COMSPEC
Posted: Thu Oct 10, 2013 5:52 am
Codelite seems to be appending sending the build commands to the COMSPEC interpreter with the assumption that it is cmd.exe and will run the command with the "/c" flag.
I have my COMSPEC set to bash, which interprets the "/c" as a file path and errs out on a path error.
Is there a way to change the flag used to send the commands to the shell?
I have my COMSPEC set to bash, which interprets the "/c" as a file path and errs out on a path error.
Is there a way to change the flag used to send the commands to the shell?