Created a Makefile.options file with the following:
KALDI_ROOT=/home/$USER/tools/kaldi
But when running the makefile, somehow the symlinks created, namely sid, steps and utils, are broken. When I examined the symlinks, instead of the expansion for $USER, I seeSER`. I do not know why this happens since I am not well versed in programming in general and linux shell in particular. When I change the Makefile.options to use the expanded username instead of the variable, the script runs fine.
Created a Makefile.options file with the following:
KALDI_ROOT=/home/$USER/tools/kaldi
But when running the makefile, somehow the symlinks created, namely sid, steps and utils, are broken. When I examined the symlinks, instead of the expansion for
$USER, I see
SER`. I do not know why this happens since I am not well versed in programming in general and linux shell in particular. When I change the Makefile.options to use the expanded username instead of the variable, the script runs fine.