]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
- removed -T option from perl invokation. With -T doesn't work at all.
authortwittner <twittner@pld-linux.org>
Sun, 14 Dec 2003 21:19:25 +0000 (21:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsweb-fix_perl_options.patch -> 1.1

cvsweb-fix_perl_options.patch [new file with mode: 0644]

diff --git a/cvsweb-fix_perl_options.patch b/cvsweb-fix_perl_options.patch
new file mode 100644 (file)
index 0000000..fe998ce
--- /dev/null
@@ -0,0 +1,9 @@
+diff -ur cvsweb.orig/cvsweb.cgi cvsweb/cvsweb.cgi
+--- cvsweb.orig/cvsweb.cgi     2003-12-14 22:07:47.000000000 +0100
++++ cvsweb/cvsweb.cgi  2003-12-14 22:08:11.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -wsT
++#!/usr/bin/perl -ws
+ #
+ # cvsweb - a CGI interface to CVS trees.
+ #
This page took 0.071408 seconds and 4 git commands to generate.