The location of the commit-id (git directory) was not properly computed in Mingw32

This commit is contained in:
Juan Jose Garcia Ripoll 2011-06-28 21:00:46 +02:00
parent 0e2c3b363d
commit f894b5f4ab

View file

@ -166,7 +166,7 @@
;;; * Update version number now that SI:SYSTEM is available
;;;
(let ((commit-id (probe-file "@top_srcdir@/../.git/ORIG_HEAD")))
(let ((commit-id (probe-file "@true_srcdir@/../.git/ORIG_HEAD")))
(when commit-id
(let* ((file (open commit-id :direction :input :element-type :default
:external-format :default))