View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/bin/gcc-config.old (-6 / +8 lines)
 Lines 177-191    Link Here 
			if [ -z "${MY_LDPATH}" ]
			if [ -z "${MY_LDPATH}" ]
			then
			then
				if [ -d "${LDPATH}" ]
				# don't check to see if the directory exists
				then
				# it could be multiple paths seperated by ':'
#				if [ -d "${LDPATH}" ]
#				then
					MY_LDPATH="${LDPATH}"
					MY_LDPATH="${LDPATH}"
				fi
#				fi
			else
			else
				if [ -d "${LDPATH}" ]
#				if [ -d "${LDPATH}" ]
				then
#				then
					MY_LDPATH="${MY_LDPATH}:${LDPATH}"
					MY_LDPATH="${MY_LDPATH}:${LDPATH}"
				fi
#				fi
			fi
			fi
		fi
		fi
	done
	done