mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Add backslashes, pointed out by Ralph Siemsen.
Tue Dec 20 12:19:34 2005 Søren Sandmann <sandmann@redhat.com> * configure.ac: Add backslashes, pointed out by Ralph Siemsen.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
02242d500b
commit
c1f411c356
@ -1,3 +1,7 @@
|
|||||||
|
Tue Dec 20 12:19:34 2005 Søren Sandmann <sandmann@redhat.com>
|
||||||
|
|
||||||
|
* configure.ac: Add backslashes, pointed out by Ralph Siemsen.
|
||||||
|
|
||||||
Mon Dec 19 17:39:09 2005 Søren Sandmann <sandmann@redhat.com>
|
Mon Dec 19 17:39:09 2005 Søren Sandmann <sandmann@redhat.com>
|
||||||
|
|
||||||
* sysprof.c (add_text): Make the tree tree-shapeed.
|
* sysprof.c (add_text): Make the tree tree-shapeed.
|
||||||
|
|||||||
@ -62,9 +62,9 @@ if test $kernel_module = "yes"; then
|
|||||||
KMICRO=`uname -r | cut -d"." -f 3 | cut -d"-" -f 1`
|
KMICRO=`uname -r | cut -d"." -f 3 | cut -d"-" -f 1`
|
||||||
|
|
||||||
if [[ $KMICRO -lt 11 ]] ; then
|
if [[ $KMICRO -lt 11 ]] ; then
|
||||||
echo *
|
echo \*
|
||||||
echo * Linux \>= 2.6.11 is required
|
echo \* Linux \>= 2.6.11 is required
|
||||||
echo *
|
echo \*
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user