From 5f0f670406a8bcbb9a4610dab8f826e9f90fc87c Mon Sep 17 00:00:00 2001 From: braam Date: Thu, 10 Apr 2003 07:55:14 +0000 Subject: [PATCH] - another minor fix to forkpatch - add missing sum-series to poppatch --- lustre/kernel_patches/scripts/forkpatch | 2 +- lustre/kernel_patches/scripts/poppatch | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/kernel_patches/scripts/forkpatch b/lustre/kernel_patches/scripts/forkpatch index aded677..cef297c 100755 --- a/lustre/kernel_patches/scripts/forkpatch +++ b/lustre/kernel_patches/scripts/forkpatch @@ -36,7 +36,7 @@ if [ -f $P/$BASE.patch ] ; then exit 1 fi -if grep $BASE $SERIES > 2&>1 /dev/null ; then +if grep $BASE $SERIES >& /dev/null ; then echo "Patch $NEW already exists in series" exit 1 fi diff --git a/lustre/kernel_patches/scripts/poppatch b/lustre/kernel_patches/scripts/poppatch index 409d230..70055d6 100755 --- a/lustre/kernel_patches/scripts/poppatch +++ b/lustre/kernel_patches/scripts/poppatch @@ -64,6 +64,7 @@ do then if [ $STOP_AT == $(toppatch) ] then + sum-series applied-patch exit 0 fi fi -- 1.8.3.1