From: mmex Date: Wed, 9 Apr 2003 17:46:54 +0000 (+0000) Subject: Fixed patch scripts so they can once again locate the patching tools. X-Git-Tag: v1_7_100~1^92~83 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2788e4671bc33948cba773e98601fa54a6ab555e;p=fs%2Flustre-release.git Fixed patch scripts so they can once again locate the patching tools. --- 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