Hi,
when I want update my path environment variable it gives me error and testing HTK/julius dosen't gives me the expected results.
when I open Cygwin it gives me this:
bash: $'\r': comand not found
bash: $'\r': comand not found
': not a valid identifier
bash: $'\r': comand not found
what should I do?
best regards,
Hamid.
HI Hamid,
>bash: $'\r': comand not found
This says that bash script processing engine is looking for a command called " $'lr' ".
I think your PATH environment variable has a mistake in it. Look in the '.bash_profile' file in your home directory. I think you've somehow managed to overwrite the path of an entry for another program... you need to figure out which program that was, or just delete the " $'lr' " entry in your PATH command in your bash_profile.
Ken