Commit 512ed964 authored by John Bonn's avatar John Bonn
Browse files

Fixed DOT_PATH setting. m04585

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7510 41f8697f-d340-4b68-9986-7bafba869bb8
parent 4d072ef4
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ conf:

	if [[ "$(DOT_PATH)" != "" ]];                                      \
	then                                                               \
	  echo "DOT_PATH  = /opt/local/bin" >> build/Programmer_temp.conf;     \
	  echo "DOT_PATH  = $(DOT_PATH)" >> build/Programmer_temp.conf;    \
	fi

	echo "        ...building Developer configuration"
@@ -75,7 +75,7 @@ conf:

	if [[ "$(DOT_PATH)" != "" ]];                                      \
	then                                                               \
	  echo "DOT_PATH  = /opt/local/bin" >> build/Developer_temp.conf;     \
	  echo "DOT_PATH  = $(DOT_PATH)" >> build/Developer_temp.conf;     \
	fi