diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | cfg.mk | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -230,6 +230,9 @@ GNU coreutils NEWS -*- outline -*- with such a minimum SIZE (or a maximum SIZE if it is negative). du recognizes -t SIZE as equivalent, for compatibility with FreeBSD. + timeout now accepts the --preserve-status option to always propagate the exit + status, useful for commands that can run for an indeterminite amount of time. + ** Bug fixes cp --no-preserve=mode now no longer exits non-zero. @@ -45,7 +45,7 @@ export VERBOSE = yes # 4914152 9e export XZ_OPT = -8e -old_NEWS_hash = 88cd502ce932ab23e636c63a73a48c29 +old_NEWS_hash = 68fc9b352e924d5e59e2f543f80f6a41 # Add an exemption for sc_makefile_at_at_check. _makefile_at_at_check_exceptions = ' && !/^cu_install_program =/' |