Skip to content
Snippets Groups Projects
Commit 78c99153 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch: b1_4

Ignore backup series files.
parent 966fc5d9
No related merge requests found
SERIESPATH=./series
PATCHESPATH=./patches
for SERIES in `ls $SERIESPATH | grep -v CVS` ; do
for SERIES in `ls $SERIESPATH | egrep -v "CVS|~$|.orig"` ; do
#echo $SERIES
for PATCH in `cat $SERIESPATH/$SERIES`; do
#echo $PATCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment