On 07/05/15 16:04, Junio C Hamano wrote:
Torsten Bögershausen <tboegi@xxxxxx> writes:In other words: test $(cat file) = file &&Is there a guarantee that file has a single word? Can it be empty? Can it contain "foo bar\n"?
So true, will this work ? test "$(cat file)" = file && -- 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