]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Shuffle update-pot.sh to scripts/
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 14 Jun 2009 08:42:18 +0000 (20:42 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 14 Jun 2009 08:42:18 +0000 (20:42 +1200)
scripts/update-pot.sh [moved from errors/update-pot.sh with 86% similarity]

similarity index 86%
rename from errors/update-pot.sh
rename to scripts/update-pot.sh
index b809e27be8b704fe64bb7d77c7005c17f683775f..f2f38ed678f84f3246d21a6c063021ea97c59ef9 100755 (executable)
@@ -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