Whamcloud - gitweb
Land b_release_1_4_6 onto HEAD (20060223_1429)
[fs/lustre-release.git] / build / confirmpatches.sh
index c9cb699..1c160da 100644 (file)
@@ -1,5 +1,6 @@
-SERIESPATH=./series
-PATCHESPATH=./patches
+BASEDIR=${BASEDIR:-lustre/kernel_patches}
+SERIESPATH=${SERIESPATH:-$BASEDIR/series}
+PATCHESPATH=${PATCHESPATH:-$BASEDIR/patches}
 for SERIES in `ls $SERIESPATH | egrep -v "CVS|~$|.orig"` ; do
        #echo $SERIES
        for PATCH in `cat $SERIESPATH/$SERIES`; do