commit | c7db2d16474874b21aad9141e6856f836f719643 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Thu May 22 05:28:56 2014 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Fri May 23 12:41:50 2014 -0700 |
tree | f24028c4fd5cdbd30b4471c12cad1faf6edceac3 | |
parent | e2a0ccc01fab1770bd3b2767481137c6f728e5ab [diff] |
t/lib-httpd: use write_script to copy CGI scripts Using write_script will set our shebang line appropriately with $SHELL_PATH. The script that is there now is quite simple and likely to succeed even with a non-POSIX /bin/sh, but it does not hurt to be defensive. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>