]> git.lyx.org Git - features.git/commit
Fix bug 3220
authorEnrico Forestieri <forenr@lyx.org>
Tue, 13 Feb 2007 19:09:54 +0000 (19:09 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 13 Feb 2007 19:09:54 +0000 (19:09 +0000)
commit1b217435117c5b1126f6961f4e4715b8f5095eee
treeb01e39054a7f6f1d853485dcbd0b62db2de8d302
parenta4f3aa748e1b9c4adecfa84c8bcf08ee8600d2b8
Fix bug 3220

* src/insets/ExternalSupport.C
(updateExternal): Avoid computing crc of a directory as this leads
to a crash on Cygwin.

* lib/configure.py:
Use a python script to get the current date in order to avoid
a stalling condition with the date command on Win32.

* lib/scripts/date.py:
New python script.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17168 a592a061-630c-0410-9148-cb99ea01b6c8
lib/configure.py
lib/scripts/date.py [new file with mode: 0755]
src/insets/ExternalSupport.C