mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-19 16:30:37 -07:00
The location of the commit-id (git directory) was not properly computed in Mingw32
This commit is contained in:
parent
0e2c3b363d
commit
f894b5f4ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue