scripts: environment: Ignore user shell when spawning container.
authorDavid Thompson <dthompson2@worcester.edu>
Sun, 1 Nov 2015 23:34:53 +0000 (18:34 -0500)
committerDavid Thompson <dthompson2@worcester.edu>
Mon, 2 Nov 2015 13:30:54 +0000 (08:30 -0500)
commit7241c2fae6a5c4c47432443fc3bff697f4617be3
tree1ae7da36aa834ad8294561c327d7725fc04fbd16
parent69b96e5eee36dd2f15790c6022a5c162e3206291
scripts: environment: Ignore user shell when spawning container.

* guix/scripts/environment.scm (%default-options): Remove 'exec'
  association.
  (guix-environment): If the user didn't specify a command, use the
  default shell, or use /bin/sh when a container is requested.
guix/scripts/environment.scm