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
@ -62,9 +62,9 @@ if test $kernel_module = "yes"; then
|
||||
KMICRO=`uname -r | cut -d"." -f 3 | cut -d"-" -f 1`
|
||||
|
||||
if [[ $KMICRO -lt 11 ]] ; then
|
||||
echo *
|
||||
echo * Linux \>= 2.6.11 is required
|
||||
echo *
|
||||
echo \*
|
||||
echo \* Linux \>= 2.6.11 is required
|
||||
echo \*
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user