[vlc-commits] Do not override ABOUT-NLS twice

Rémi Denis-Courmont git at videolan.org
Tue Aug 30 20:44:30 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug 30 19:23:45 2011 +0300| [f5bf7ad840eb272f077f4390472374d87afac8cb] | committer: Rémi Denis-Courmont

Do not override ABOUT-NLS twice

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5bf7ad840eb272f077f4390472374d87afac8cb
---

 bootstrap |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/bootstrap b/bootstrap
index 926b0d6..07c7312 100755
--- a/bootstrap
+++ b/bootstrap
@@ -69,7 +69,6 @@ export AUTOPOINT
 test "$AUTOPOINT" || AUTOPOINT=autopoint
 if ! "$AUTOPOINT" --dry-run --force >/dev/null 2>&1; then
   AUTOPOINT=true
-  echo > ABOUT-NLS
 fi
 
 ##



More information about the vlc-commits mailing list