diff --git a/src/libCom/bldEnvData b/src/libCom/bldEnvData index 1b83422de..326581031 100755 --- a/src/libCom/bldEnvData +++ b/src/libCom/bldEnvData @@ -7,6 +7,9 @@ # Experimental Physics and Industrial Control System (EPICS) # # $Log$ +# Revision 1.6 1996/11/02 01:57:45 jhill +# use correct form of #include +# # Revision 1.5 1996/09/16 18:41:13 jhill # include shareLib.h # @@ -37,9 +40,9 @@ # Usage bldEnvData -HERE=`/bin/pwd` +HERE=`pwd` cd $1 -CONFIG_DIR=`/bin/pwd` +CONFIG_DIR=`pwd` cd ${HERE} SRC=../envDefs.h ENV_DATA=${CONFIG_DIR}/CONFIG_ENV