From: <smi...@us...> - 2004-01-20 00:33:36
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv19036/scripts Modified Files: Tag: rel-1-0-patches glibc Log Message: comparison needed backslash Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.18.2.2 retrieving revision 1.18.2.3 diff -u -d -r1.18.2.2 -r1.18.2.3 --- glibc 14 Jan 2004 22:57:10 -0000 1.18.2.2 +++ glibc 20 Jan 2004 00:33:30 -0000 1.18.2.3 @@ -24,7 +24,7 @@ cd ../glibc-build || exit 1 KVER_RUN=$(cat //proc/sys/kernel/osrelease) - if [ "$KERNELVERSION" > "$KVER_RUN" ]; then + if [ "$KERNELVERSION" \> "$KVER_RUN" ]; then KVER=$KVER_RUN else KVER=$KERNELVERSION |