This commit is contained in:
Jim Meyering
2003-08-11 18:25:04 +00:00
parent 2a2f75c9c7
commit 31f092ff08
3 changed files with 6 additions and 2 deletions
+4 -1
View File
@@ -15,7 +15,10 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
`split -a0' works once again.
fold -s -wN would infloop for N < 8 with TABs in the input.
E.g., this would not terminate: printf 'a\t' | fold -w2 -s
`split -a0', although of questionable utility, is accepted once again.
`df DIR' used to hang under some conditions on OSF/1 5.1. Now it doesn't.
+1 -1
View File
@@ -868,7 +868,7 @@ uninstall-binPROGRAMS:
done
clean-binPROGRAMS:
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS)
installcheck-binPROGRAMS: $(bin_PROGRAMS)
bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
+1
View File
@@ -163,6 +163,7 @@ TESTS_ENVIRONMENT = \
TESTS = \
fold \
nohup \
readlink \
head-elide-tail \