A little more clear what os isn't supported.
Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
This commit is contained in:
@@ -58,7 +58,9 @@
|
|||||||
(let ((os (system-type 'os*)))
|
(let ((os (system-type 'os*)))
|
||||||
(if (eq? os 'linux)
|
(if (eq? os 'linux)
|
||||||
(webui-wire-exists-linux?)
|
(webui-wire-exists-linux?)
|
||||||
(error "Currently not implemented for other systems than Linux")
|
(error
|
||||||
|
(format
|
||||||
|
"Currently not implemented operating system '~a'" os))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user