I have a couple commands that insert a comment in my code for fixes made in our software... They useually look like:
// [eric] date - comment text
Since the last 2 updates, it seems to have stopped working. The error I get is below:
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory
The command is simply:
// [eric] `date +%m/%d/%Y` - $1
Any reason that would occur?
Regards, Eric