On Mon, Aug 11, 2008 at 6:18 PM, René Scharfe <rene.scharfe@xxxxxxxxxxxxxx> wrote: > Francis Moreau schrieb: >> I found this in git bisect: >> >> printf >&2 'Are you sure [Y/n]? ' >> case "$(read yesno)" in [Nn]*) exit 1 ;; esac >> >> which looks very weird since read(1) returns a status and not the >> string reads from std input. > > Good catch. You need to press Ctrl-C in order to exit, answering "no" > means the same as "yes" here -- not very nice. Care to send a patch? > done. -- Francis -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html