From: cjwatson <> Date: Fri, 6 Jun 2003 15:23:00 +0000 (-0800) Subject: [project @ 2003-06-06 08:23:00 by cjwatson] X-Git-Tag: release/2.6.0~866 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4aea9ad58806c2d15cb493271965d243742ef7e7;p=debbugs.git [project @ 2003-06-06 08:23:00 by cjwatson] Fix syntax error: we need ENOENT from POSIX. --- diff --git a/scripts/html-control.in b/scripts/html-control.in index f263c375..dda6e1d4 100755 --- a/scripts/html-control.in +++ b/scripts/html-control.in @@ -1,7 +1,7 @@ #!/usr/bin/perl -# $Id: html-control.in,v 1.10 2003/05/25 14:43:30 joy Exp $ +# $Id: html-control.in,v 1.11 2003/06/06 08:23:00 cjwatson Exp $ -use POSIX qw(strftime tzset); +use POSIX qw(strftime tzset ENOENT); $ENV{"TZ"} = 'UTC'; tzset();