projects
/
chise
/
ruby.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6313295
)
adapt to unix filename
author
eto
<eto>
Fri, 3 Oct 2003 19:54:24 +0000
(19:54 +0000)
committer
eto
<eto>
Fri, 3 Oct 2003 19:54:24 +0000
(19:54 +0000)
src/db.rb
patch
|
blob
|
history
diff --git
a/src/db.rb
b/src/db.rb
index
8a94021
..
bd9d4dd
100755
(executable)
--- a/
src/db.rb
+++ b/
src/db.rb
@@
-382,7
+382,7
@@
iso-10646-comment
}
end
def move_to_obsolete(file)
- cmd = "mv #{file} #{@odir}"
+ cmd = "mv \"#{file}\" #{@odir}"
# p cmd
system cmd
end