~ruther/guix-local

d2cef629fd5856540f6e1edf8f9d2131ec7a6942 — Cyril Roelandt 10 years ago 08fa45b
scripts: environment: Return the exit status of the command.

* guix/scripts/environment.scm (guix-environment): Return the exit
  status of the command.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/scripts/environment.scm
M guix/scripts/environment.scm => guix/scripts/environment.scm +1 -1
@@ 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)))))))))))))