cuirass: Fix specification file error message.

pull/3/head
Mathieu Lirzin 2016-07-16 18:11:30 +02:00
parent 89b1f89cfc
commit 730832c2fb
No known key found for this signature in database
GPG Key ID: 0ADEE10094604D37
1 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,8 @@ if required."
(show-version)
(exit 0))
((null? specfile)
(display "You must provide a specification file as argument.~%")
(display "You must provide a specification file as argument.")
(newline)
(exit 1))
(else
(let ((one-shot? (option-ref opts 'one-shot #f))