From 75455860654d237edffb45b8057246e89c73ef44 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Sat, 1 Oct 2011 07:44:00 -0700
Subject: [PATCH] No need to create pot files with backups anymore.

---
 code/intl.lisp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/code/intl.lisp b/code/intl.lisp
index 285691af2..0627af977 100644
--- a/code/intl.lisp
+++ b/code/intl.lisp
@@ -802,8 +802,7 @@
 							      :type "pot")
 					       output-directory)
 			      :direction :output
-			      :if-exists :new-version
-			      ;;:external-format :utf8
+			      :if-exists :supersede
 			      :external-format :iso8859-1
 			      )
 	       (format t "~&#@ ~A~2%" domain)
-- 
GitLab