From: Paul Eggert Date: Mon, 11 May 2026 21:16:28 +0000 (-0700) Subject: tar: remove no-longer-accurate comment X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=6ff0c2ad114a7e91efbff2d50ecefe95dffec83e;p=thirdparty%2Ftar.git tar: remove no-longer-accurate comment --- 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]);