From bab9cc4aff09a14fdd4178c479becf932992b5b5 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 4 Mar 2019 13:58:38 +0100 Subject: environment: Remove deprecated -E/--exec option. * guix/scripts/environment.scm (%options): Remove "--exec", which was deprecated in commit 1de2fe95e017c42aacbaa34f5dab8d48249cc064 in 2015. * tests/guix-environment.sh: Remove use of '-E'. --- guix/scripts/environment.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'guix') diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm index 3966531efa..0cf7b3fd5e 100644 --- a/guix/scripts/environment.scm +++ b/guix/scripts/environment.scm @@ -220,9 +220,6 @@ COMMAND or an interactive shell in that environment.\n")) (alist-cons 'inherit-regexp (make-regexp* arg) result))) - (option '(#\E "exec") #t #f ; deprecated - (lambda (opt name arg result) - (alist-cons 'exec (list %default-shell "-c" arg) result))) (option '("search-paths") #f #f (lambda (opt name arg result) (alist-cons 'search-paths #t result))) -- cgit v1.2.3