From 6ff0c2ad114a7e91efbff2d50ecefe95dffec83e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 11 May 2026 14:16:28 -0700 Subject: [PATCH] tar: remove no-longer-accurate comment --- src/system.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/system.c b/src/system.c index b5cf1a06..0fcc499a 100644 --- a/src/system.c +++ b/src/system.c @@ -959,8 +959,6 @@ sys_exec_setmtime_script (const char *script_name, open_error (dev_null); priv_set_restore_linkdir (); - /* FIXME: This mishandles shell metacharacters in the file name. - Come to think of it, isn't every use of xexec suspect? */ xexec (command); } close (p[1]);