From daefd301f9bdc0df7b7f4d77ca249291e9388d9b Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 25 Aug 2016 22:53:24 -0700 Subject: [PATCH 1/1] gitweb setup fix --- setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index 66953c5..be4c4d7 100755 --- a/setup.sh +++ b/setup.sh @@ -76,12 +76,12 @@ push @stylesheets, "/gitweb-site.css"; push @stylesheets, "/common.css"; our \$favicon = '/assets/favicon.png'; # default is 25, cuts off descriptions. -our $projects_list_description_width = 40; +our \$projects_list_description_width = 40; # a bit superflous since they are all me -our $omit_owner = true; +our \$omit_owner = true; # highlight scripts with no extension, uses a patch # that is on it's way upstream. -our $highlight_force = 1; +our \$highlight_force = 1; EOF apache-site - $domain <