guix/doc
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
..
images Add 'guix graph'. 2015-08-27 00:49:23 +02:00
contributing.texi emacs: Add development utils. 2015-09-23 13:36:37 +03:00
emacs.texi emacs: Add 'guix-devel-lint-package' 2015-10-09 16:17:45 +03:00
environment-gdb.scm doc: Add 'guix environment' examples. 2015-06-29 23:08:36 +02:00
fdl-1.3.texi
guix.texi scripts: environment: Use system* instead of system. 2015-10-09 12:17:01 -04:00
package-hello.scm doc: Use the recommended Scheme format. 2015-09-14 23:10:58 +02:00