Am using the following command to set TEXINPUTS where I have my style files
gungadin_trk="${HOME}/Opstk/bin/gungadin-1.0"
chilkat_trk="${gungadin_trk}/typex/chilkat//"
export TEXINPUTS=".:${chilkat_trk}:${TEXINPUTS}"
When I do
echo $TEXINPUTS
I get the directory repeated twice. What could be the cause for this ?
.:/home/hagbard/Opstk/bin/gungadin-1.0/typex/chilkat//:.:/home/hagbard/Opstk/bin/gungadin-1.0/typex/chilkat//: