mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Dune fix
This commit is contained in:
parent
09810470fc
commit
751f55691c
1 changed files with 3 additions and 3 deletions
6
src/dune
6
src/dune
|
|
@ -11,11 +11,11 @@
|
|||
version2.ml
|
||||
(progn
|
||||
(run echo let version = "\"")
|
||||
(run echo Version)
|
||||
(run echo "Version ")
|
||||
(run git rev-parse --abbrev-ref HEAD)
|
||||
(run echo , " ")
|
||||
(run echo ", ")
|
||||
(run git rev-parse --short HEAD)
|
||||
(run echo , " ")
|
||||
(run echo ", ")
|
||||
(pipe-stdout
|
||||
(run git rev-parse --verify HEAD)
|
||||
(run git show --no-patch --no-notes --pretty='%cd'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue