David Thompson 1de2fe95e0 scripts: environment: Use system* instead of system.
This allows for direct program invokation without needing a shell to act
as a command interpreter.

* guix/scripts/environment.scm (%default-shell): New variable.
  (show-help): Adjust description.  Remove '--exec' reference.
  (%default-options): Use '%default-shell'.
  (%options): Adjust '--exec' to run command via the default shell.
  (parse-args): New procedure.
  (guix-environment): Use 'parse-args'.  Use 'system*' instead of
  'system'.
* tests/guix-environment.sh: Add test for '--' command invokation.
* doc/guix.texi ("Invoking guix environment"): Use new syntax.  Remove
  '--exec' documentation.
2015-10-09 12:17:01 -04:00
..
2015-06-24 18:05:03 +02:00
2015-10-06 23:51:04 +02:00
2015-08-27 00:49:23 +02:00
2015-08-27 00:49:23 +02:00
2015-05-19 16:09:58 +02:00
2015-09-02 23:40:07 +02:00
2014-02-21 23:49:52 +01:00
2015-09-18 21:54:04 +02:00
2015-09-04 18:31:06 +02:00
2014-03-31 23:34:20 +02:00
2015-06-24 22:47:59 +02:00
2015-09-18 21:42:06 +03:00
2015-01-11 23:50:01 +01:00
2015-10-06 23:51:04 +02:00
2015-10-09 12:17:01 -04:00