Author: aurel32
Date: 2007-07-21 22:10:52 +0000 (Sat, 21 Jul 2007)
New Revision: 2429
Modified:
glibc-package/trunk/debian/script.in/kernelcheck.sh
Log:
script.in/kernelcheck.sh: use plain space (0x20)
Modified: glibc-package/trunk/debian/script.in/kernelcheck.sh
===================================================================
--- glibc-package/trunk/debian/script.in/kernelcheck.sh 2007-07-21 21:26:55 UTC
(rev 2428)
+++ glibc-package/trunk/debian/script.in/kernelcheck.sh 2007-07-21 22:10:52 UTC
(rev 2429)
@@ -127,7 +127,7 @@
fi
# From glibc 2.6-3 SPARC V8 support is dropped.
- if [ "$realarch" = sparcĀ ]
+ if [ "$realarch" = sparc ]
then
# The process could be run using linux32, check for /proc.
if [ -f /proc/cpuinfo ]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]