overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.52k stars 241 forks source link

cp -R does not complain about `.` and `..` #130

Closed mathias closed 10 years ago

mathias commented 11 years ago

Fixes #129.

mathias commented 11 years ago

Note that $tmp_dir gets removed at the end, so we don't have to worry about copying rather than moving. The only issue here would be if it is trying to copy over existing files, where mv would just move the files over the old files.

samaaron commented 10 years ago

Sensible move :-)