From 1032b097dcca5b723d62bf42d75ebcfa4bd632b6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 26 Oct 2015 21:38:44 -0400 Subject: [PATCH] Revert broken change --- wwwtools/update-nls-www | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index c81adb4..0a7abb2 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -41,10 +41,6 @@ pushd $MYDIR ( flock -n 9 || exit 0 -# Delete old tables in case branches have been removed since last -# run. -rm -f $WEBDIR/table-*.html - for branch in $active_branches; do PGSRC=$SCMDIR/postgresql-$branch -- 2.39.5