mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
Fixed typo
This commit is contained in:
parent
122425ad1e
commit
9799755006
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue