From d79fbce44e9baa9dceda2ad08bf91c16e04024d2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 24 Aug 2014 15:22:04 +0200 Subject: [PATCH] findutils: Cannot use exec here or the lockfile won't be removed --- config/findutils/updatedb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/findutils/updatedb b/config/findutils/updatedb index bc4809f91..6cc188672 100644 --- a/config/findutils/updatedb +++ b/config/findutils/updatedb @@ -13,4 +13,4 @@ else touch "$LOCKFILE" fi -exec /usr/bin/updatedb +/usr/bin/updatedb -- 2.39.5