Fixed typo

This commit is contained in:
Juan Jose Garcia Ripoll 2010-02-25 13:40:53 +01:00
parent 122425ad1e
commit 9799755006

View file

@ -32,7 +32,7 @@
(setq si::+commit-id+ "UNKNOWN")
(when (and (not (member :windows *features*))
(probe-file "@top_srcdir@/../.git/")
(probe-file "@top_srcdir@/../.git/"))
(when (probe-file "COMMIT-ID")
(delete-file "COMMIT-ID"))
(when (and (zerop (si::system "(cd \"@top_srcdir@\" && git log --format=oneline -1) > COMMIT-ID"))