Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 141211
Collapse All | Expand All

(-)bin/etc-update (-2 / +2 lines)
Lines 272-280 Link Here
272
	local -i my_input=0
272
	local -i my_input=0
273
	
273
	
274
	until (( ${my_input} == -1 )) || [ ! -f ${file} ]; do
274
	until (( ${my_input} == -1 )) || [ ! -f ${file} ]; do
275
		if [[ "${OVERWRITE_ALL}" == "yes" && ! user_special ${ofile} ]]; then
275
		if [[ "${OVERWRITE_ALL}" == "yes" ]] && ! user_special "${ofile}"; then
276
			my_input=1
276
			my_input=1
277
		elif [[ "${DELETE_ALL}" == "yes" && ! user_special ${ofile} ]]; then
277
		elif [[ "${DELETE_ALL}" == "yes" ]] && ! user_special "${ofile}"; then
278
			my_input=2
278
			my_input=2
279
		else
279
		else
280
		  showdiffcmd=$(echo "${diff_command}" |
280
		  showdiffcmd=$(echo "${diff_command}" |

Return to bug 141211