Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
LU-3208 tests: Fix typo in replay-single/70b
[fs/lustre-release.git]
/
lustre
/
kernel_patches
/
scripts
/
cat-series
1
#!/bin/sh
2
3
. patchfns 2>/dev/null ||
4
. /usr/lib/patch-scripts/patchfns 2>/dev/null ||
5
. $PATCHSCRIPTS_LIBDIR/patchfns 2>/dev/null ||
6
{
7
echo "Impossible to find my library 'patchfns'."
8
echo "Check your install, or go to the right directory"
9
exit 1
10
}
11
12
if [ $# -eq 0 ]
13
then
14
cat_series
15
else
16
__cat_series $1
17
fi