Whamcloud - gitweb
Fixed patch scripts so they can once again locate the patching tools.
authormmex <mmex>
Wed, 9 Apr 2003 17:46:54 +0000 (17:46 +0000)
committermmex <mmex>
Wed, 9 Apr 2003 17:46:54 +0000 (17:46 +0000)
lustre/kernel_patches/scripts/patchfns

index 212870d..d172fcb 100644 (file)
@@ -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