[Pkg-ruby-extras-maintainers] r674 - website

Vincent Fourmond fourmond-guest at costa.debian.org
Thu Jul 6 21:52:16 UTC 2006


Author: fourmond-guest
Date: 2006-07-06 21:52:15 +0000 (Thu, 06 Jul 2006)
New Revision: 674

Modified:
   website/sync-website.sh
Log:
fixed a misinterpretation of LC_ALL in sync script


Modified: website/sync-website.sh
===================================================================
--- website/sync-website.sh	2006-07-04 09:26:24 UTC (rev 673)
+++ website/sync-website.sh	2006-07-06 21:52:15 UTC (rev 674)
@@ -2,7 +2,7 @@
 
 # needed to create files with the correct modes
 umask 022
-LC_ALL= webgen && rsync -avtP output/ \
+LC_ALL=POSIX webgen && rsync -avtP output/ \
   alioth.debian.org:/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/
 
 # add an entry in ~/.ssh/config with :




More information about the pkg-ruby-extras-maintainers mailing list