Good Day,
I did the following -
It's not clear to me why set doesn't show the environment variable.
Regards,
Dan
I did the following -
Code:
autonomy @ sbkj2ksrchtxtf03 :: /opt/autonomy/scripts
! % ==> echo $SHELL
/bin/bash
autonomy @ sbkj2ksrchtxtf03 :: /opt/autonomy/scripts
! % ==> export GDFONTPATH=/usr/java/jdk1.5.0_14/jre/lib/fonts/LucidaTypewriterRegular.ttf
autonomy @ sbkj2ksrchtxtf03 :: /opt/autonomy/scripts
! % ==> echo $GDFONTPATH
/usr/java/jdk1.5.0_14/jre/lib/fonts/LucidaTypewriterRegular.ttf
autonomy @ sbkj2ksrchtxtf03 :: /opt/autonomy/scripts
! % ==> set
....
USER=autonomy
_=/usr/java/jdk1.5.0_14/jre/lib/fonts/LucidaTypewriterRegular.ttf
....
It's not clear to me why set doesn't show the environment variable.
Regards,
Dan