From 0bb1e8fd36e6ae8a6930428e8f29bc6ca4e41a63 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 14 Jun 2009 20:42:18 +1200 Subject: [PATCH] Shuffle update-pot.sh to scripts/ --- {errors => scripts}/update-pot.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) rename {errors => scripts}/update-pot.sh (86%) diff --git a/errors/update-pot.sh b/scripts/update-pot.sh similarity index 86% rename from errors/update-pot.sh rename to scripts/update-pot.sh index b809e27be8..f2f38ed678 100755 --- a/errors/update-pot.sh +++ b/scripts/update-pot.sh @@ -3,9 +3,12 @@ # Update the core errpages.pot file from the basic templates # Useful if any template has altered. # -# To be run during maintenance from the squid errors/ directory +# To be run during maintenance from the main squid directory # +## Begin errors/ Updates. + +cd errors/ # Make sure any existing temp stuff is gone from previous updates... rm -r -f ./pot rm -f errpages.pot.new @@ -40,3 +43,7 @@ done # cleanup. rm -r -f ./pot rm -f errpages.pot.new +cd .. +## Done errors/ Updates + +## TODO: begin doc/manuals updates -- 2.47.2