Tarmigan Casebolt <tarmigan+git@xxxxxxxxx> wrote: > GET() { > - return 0 > + REQUEST_METHOD="GET" \ > + run_backend "/repo.git/$1" && > + grep "Status" act.out >act > + if [ $? -eq 1 ]; I think this should be spelled as: if ! grep "Status" act.out >act; then printf "Status: 200 OK\r\n" > act fi -- Shawn. -- 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