From 2788e4671bc33948cba773e98601fa54a6ab555e Mon Sep 17 00:00:00 2001 From: mmex Date: Wed, 9 Apr 2003 17:46:54 +0000 Subject: [PATCH] Fixed patch scripts so they can once again locate the patching tools. --- lustre/kernel_patches/scripts/patchfns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/kernel_patches/scripts/patchfns b/lustre/kernel_patches/scripts/patchfns index 212870d..d172fcb 100644 --- a/lustre/kernel_patches/scripts/patchfns +++ b/lustre/kernel_patches/scripts/patchfns @@ -11,9 +11,9 @@ DB=applied-patches # Otherwise use "." # -if [ x$PATCHSCRIPTS != x ] +if [ x$PATCHSCRIPTS_LIBDIR != x ] then - P=$PATCHSCRIPTS + P=$PATCHSCRIPTS_LIBDIR elif [ -d ./patch-scripts ] then P=./patch-scripts -- 1.8.3.1