adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-23 17:11:08 +01:00
parent 7378cbd281
commit 9a8266322a
GPG key ID: 38751DAE145EFB5A

View file

@ -236,7 +236,7 @@
)
(add-before 'configure 'set-version
(lambda* (#:key input #:allow-other-keys)
(invoke "echo" "1.0.1" ">" "VERSION")
(invoke "echo" "'1.0.1' > VERSION")
)
)
)