mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -281,4 +281,4 @@ OUTPUT) tuples, using the build options in OPTS."
|
||||
(return #t))
|
||||
(else
|
||||
(create-environment inputs paths pure?)
|
||||
(return (system command)))))))))))
|
||||
(return (exit (status:exit-val (system command)))))))))))))
|
||||
|
||||
Reference in New Issue
Block a user