diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-20 08:40:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-20 08:40:38 +0000 |
commit | 461c76018477dcdeddc4129f32dd76165a5874e6 (patch) | |
tree | 454229ec8b8d7867c7b09652077ab23829432d19 /m4 | |
parent | 47d0e71e75621c2afa025ab70a36417f8c596d24 (diff) | |
download | coreutils-461c76018477dcdeddc4129f32dd76165a5874e6.tar.xz |
Don't emit trailing blanks.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/dirfd.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/dirfd.m4 b/m4/dirfd.m4 index a13299f5e..3b5b5e46b 100644 --- a/m4/dirfd.m4 +++ b/m4/dirfd.m4 @@ -1,4 +1,4 @@ -#serial 6 +#serial 7 dnl Find out how to get the file descriptor associated with an open DIR*. dnl From Jim Meyering @@ -76,7 +76,6 @@ AC_DEFUN([UTILS_FUNC_DIRFD], #else # define DIR_TO_FD(Dir_p) -1 #endif -] - ) +]) fi ]) |