mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
scripts: environment: Return the exit status of the command.
* guix/scripts/environment.scm (guix-environment): Return the exit status of the command.
This commit is contained in:
parent
08fa45b190
commit
d2cef629fd
1 changed files with 1 additions and 1 deletions
|
@ -281,4 +281,4 @@ (define (handle-argument arg result)
|
||||||
(return #t))
|
(return #t))
|
||||||
(else
|
(else
|
||||||
(create-environment inputs paths pure?)
|
(create-environment inputs paths pure?)
|
||||||
(return (system command)))))))))))
|
(return (exit (status:exit-val (system command)))))))))))))
|
||||||
|
|
Loading…
Reference in a new issue