aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/main.c')
-rw-r--r--src/firejail/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/firejail/main.c b/src/firejail/main.c
index 0e0d685c4..41517877b 100644
--- a/src/firejail/main.c
+++ b/src/firejail/main.c
@@ -1201,7 +1201,6 @@ int main(int argc, char **argv) {
1201 } 1201 }
1202 else { 1202 else {
1203 // calculate the length of the command 1203 // calculate the length of the command
1204 // TODO: escape the '"' characters, and possibly others like '\' and '!' if they can cause problems
1205 int i; 1204 int i;
1206 int len = 0; 1205 int len = 0;
1207 int argcnt = argc - prog_index; 1206 int argcnt = argc - prog_index;