From a1a6e90353e7a549cbe446cdecafc7eba9a1f7ca Mon Sep 17 00:00:00 2001 From: openEuler Buildteam Date: Fri, 4 Jun 2021 15:26:41 +0800 Subject: [PATCH] fix fixfiles -N date function --- policycoreutils/scripts/fixfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policycoreutils/scripts/fixfiles b/policycoreutils/scripts/fixfiles index 5d77703..8f5926a 100755 --- a/policycoreutils/scripts/fixfiles +++ b/policycoreutils/scripts/fixfiles @@ -147,7 +147,7 @@ done # Find files newer then the passed in date and fix the label # newer() { - DATE=$1 + DATE="$1 $2" shift LogReadOnly for m in `echo $FILESYSTEMSRW`; do -- 1.8.3.1