Home | History | Annotate | Download | only in tools

Lines Matching refs:ANSWER

52   read ANSWER
53 if [[ -z "$ANSWER" || "$ANSWER" == "Y" || "$ANSWER" == "y" ]] ; then
173 unset ANSWER
174 while [ "$ANSWER" != "LGTM" ] ; do
175 [[ -n "$ANSWER" ]] && echo "That was not 'LGTM'."
177 read ANSWER
185 unset ANSWER
186 while [ "$ANSWER" != "RESOLVED" ] ; do
187 [[ "$ANSWER" == "ABORT" ]] && die "Applying the patch failed."
188 [[ -n "$ANSWER" ]] && echo "That was not 'RESOLVED' or 'ABORT'."
190 read ANSWER