mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 14:21:48 -08:00
The code for retreiving COMMIT-ID does not work in Windows.
This commit is contained in:
parent
f0f15c7d72
commit
28ceeaa405
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@
|
|||
;;; * Create commit version number
|
||||
;;;
|
||||
|
||||
(setq si::+commit-id+ "0")
|
||||
(setq si::+commit-id+ "UNKNOWN")
|
||||
#-windows
|
||||
(when (probe-file "@top_srcdir@/../.git/")
|
||||
(when (zerop (si::system "(cd \"@top_srcdir@\" && git log --format=oneline -1) > COMMIT-ID"))
|
||||
(let* ((file (print (open "COMMIT-ID" :direction :input :element-type :default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue