Whamcloud - gitweb
merge b_devel into HEAD, which will become 0.7.3
[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