View | Details | Raw Unified | Return to bug 158630
Collapse All | Expand All

(-)/tmp/smart.in (+2 lines)
Lines 63-68 Link Here
63
				status=$?
63
				status=$?
64
				if [ ${status} -eq 0 ]; then
64
				if [ ${status} -eq 0 ]; then
65
					echo "OK"
65
					echo "OK"
66
				elif [ ${status} -eq 32 ]; then
67
					echo "OK (but has failed in the past)"
66
				elif [ $((status & 3)) -ne 0 ]; then
68
				elif [ $((status & 3)) -ne 0 ]; then
67
					rc=2
69
					rc=2
68
					${trim_junk} "${tmpfile}"
70
					${trim_junk} "${tmpfile}"

Return to bug 158630