projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de2d33e
)
*** empty log message ***
author
gc
<gc>
Thu, 1 Dec 2005 22:08:51 +0000
(22:08 +0000)
committer
gc
<gc>
Thu, 1 Dec 2005 22:08:51 +0000
(22:08 +0000)
bin/booh-backend
patch
|
blob
|
history
diff --git
a/bin/booh-backend
b/bin/booh-backend
index db2d72fc9e1a8ab813927226b09c96cd4282dca6..07b1dbd67ea5e9f07f7462cb32383b0c71d91ce7 100755
(executable)
--- a/
bin/booh-backend
+++ b/
bin/booh-backend
@@
-727,7
+727,7
@@
def walk_source_dir
}
to_del = Dir.entries(dest_dir).find_all { |e| !File.directory?("#{dest_dir}/#{e}") && !rightful_images.include?(e) } - themestuff
if to_del.size > 0
- system("rm -f " + to_del.collect { |e| "
#{dest_dir}/#{e}
" }.join(' '))
+ system("rm -f " + to_del.collect { |e| "
'#{dest_dir}/#{e}'
" }.join(' '))
end
end