aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/sandbox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c
index 77fe73174..1afb3a293 100644
--- a/src/firejail/sandbox.c
+++ b/src/firejail/sandbox.c
@@ -580,8 +580,6 @@ void start_application(int no_sandbox, int fd, char *set_sandbox_status) {
580 if (arg_debug) 580 if (arg_debug)
581 printf("Running %s command through %s\n", cfg.command_line, cfg.usershell); 581 printf("Running %s command through %s\n", cfg.command_line, cfg.usershell);
582 arg[index++] = "-c"; 582 arg[index++] = "-c";
583 if (arg_doubledash)
584 arg[index++] = "--";
585 arg[index++] = cfg.command_line; 583 arg[index++] = cfg.command_line;
586 } 584 }
587 else if (login_shell) { 585 else if (login_shell) {