]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
chmod all files.
authorOleg Broytman <phd@phdru.name>
Sun, 4 Oct 2009 14:34:00 +0000 (14:34 +0000)
committerOleg Broytman <phd@phdru.name>
Sun, 4 Oct 2009 14:34:00 +0000 (14:34 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@90 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

dotfiles2html/dotfiles2html.py

index a00918b71cf41605823d237ee50e75f4bdfc30a0..160b2a509b2e670fe6e17721d7b40395aaa8c36d 100755 (executable)
@@ -82,4 +82,4 @@ for i, (fname, ftype) in enumerate(file_types):
          os.rename(fname + ".html", fname + ".tmpl")
    if fname == 'vimrc' and os.path.exists('.' + fname):
       shutil.copy2('.' + fname, fname)
-      os.chmod(fname, 0644)
+   os.chmod(fname, 0644)