From d840806118bfcdfa393cf53f8b9406d2246f5d6e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 4 Oct 2009 14:34:00 +0000 Subject: [PATCH] chmod all files. git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@90 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- dotfiles2html/dotfiles2html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index a00918b..160b2a5 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -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) -- 2.39.2