Portability change /bin/pwd changed to pwd.

This commit is contained in:
Janet B. Anderson
1997-02-24 16:13:03 +00:00
parent 4f649964de
commit b6d0f183de

View File

@@ -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