From b430263d8e6c1067bcbaa347254e2d2cf61eb980 Mon Sep 17 00:00:00 2001 From: mmex Date: Thu, 24 Apr 2003 20:54:44 +0000 Subject: [PATCH] Fix syntax error in script. --- lustre/kernel_patches/scripts/patchfns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/kernel_patches/scripts/patchfns b/lustre/kernel_patches/scripts/patchfns index 9335616..7bbc756 100644 --- a/lustre/kernel_patches/scripts/patchfns +++ b/lustre/kernel_patches/scripts/patchfns @@ -152,7 +152,7 @@ warn_top_current() { if top_is_current then -# echo "Warning: Top patch is not up-to-date" + echo "Warning: Top patch is not up-to-date" fi } -- 1.8.3.1