projects
/
booh
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix race condition in lftp mirroring
[booh]
/
bin
/
webalbum2booh
diff --git
a/bin/webalbum2booh
b/bin/webalbum2booh
old mode 100755
(executable)
new mode 100644
(file)
index
75e33a4
..
61daaec
--- a/
bin/webalbum2booh
+++ b/
bin/webalbum2booh
@@
-159,5
+159,5
@@
handle_options
walk_source_dir
ios = File.open("#{$conffile}.merged", "w")
-$xmldoc.write(ios
, 0
)
+$xmldoc.write(ios)
ios.close