From 3df1573ecd85f062bed05736951efb6258c1dcc0 Mon Sep 17 00:00:00 2001 From: mcdamo Date: Tue, 19 Jul 2022 19:35:59 +1000 Subject: [PATCH] Allow hard-dereference option in amgtar --- application-src/amgtar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/application-src/amgtar.c b/application-src/amgtar.c index ed48a787a1..0678089799 100644 --- a/application-src/amgtar.c +++ b/application-src/amgtar.c @@ -823,6 +823,7 @@ static char *validate_command_options( if (g_str_has_prefix(opt,"--create") || g_str_has_prefix(opt,"--totals") || g_str_has_prefix(opt,"--dereference") || + g_str_has_prefix(opt,"--hard-dereference") || g_str_has_prefix(opt,"--no-recursion") || g_str_has_prefix(opt,"--one-file-system") || g_str_has_prefix(opt,"--incremental") ||