summaryrefslogtreecommitdiff
path: root/m4/getloadavg.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-18 15:27:43 +0000
committerJim Meyering <jim@meyering.net>2003-08-18 15:27:43 +0000
commit35f0ac20aff7f1a0982df5152bbca95dcf8aae15 (patch)
tree7a14411d5629091085836b7b785c4cc64d1fd35f /m4/getloadavg.m4
parentdcd945c57e52205d102122bf9f4b5e2ecbd2b376 (diff)
downloadgnulib-35f0ac20aff7f1a0982df5152bbca95dcf8aae15.tar.gz
Use [\t ], not [ \t] (where \t is a literal TAB).
Diffstat (limited to 'm4/getloadavg.m4')
-rw-r--r--m4/getloadavg.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/getloadavg.m4 b/m4/getloadavg.m4
index 08ec0149bb..567245ea8b 100644
--- a/m4/getloadavg.m4
+++ b/m4/getloadavg.m4
@@ -1,4 +1,4 @@
-#serial 10
+#serial 11
# A replacement for autoconf's macro by the same name. This version
# accepts an optional argument specifying the name of the $srcdir-relative
@@ -92,7 +92,7 @@ if test $ac_cv_func_getloadavg_setgid = yes; then
# If we got an error (system does not support symlinks), try without -L.
test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
ac_cv_group_kmem=`echo $ac_ls_output \
- | sed -ne ['s/[ ][ ]*/ /g;
+ | sed -ne ['s/[ ][ ]*/ /g;
s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
/ /s/.* //;p;']`
])