~ubuntu-branches/debian/sid/git/sid

« back to all changes in this revision

Viewing changes to t/gitweb-lib.sh

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2012-06-08 00:04:11 UTC
  • mfrom: (1.2.18)
  • Revision ID: package-import@ubuntu.com-20120608000411-4oljtllc9gst19ou
Tags: 1:1.7.10.4-1
new upstream point release (thx Jonathan Nieder).

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        # written to web server logs, so we are not interested in that:
70
70
        # we are interested only in properly formatted errors/warnings
71
71
        rm -f gitweb.log &&
72
 
        perl -- "$SCRIPT_NAME" \
 
72
        "$PERL_PATH" -- "$SCRIPT_NAME" \
73
73
                >gitweb.output 2>gitweb.log &&
74
74
        perl -w -e '
75
75
                open O, ">gitweb.headers";