diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-23 05:41:16 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-23 05:41:16 +0000 |
commit | 39ecad7d9adfd1f99618f248422d85733a7b6071 (patch) | |
tree | f59ba1f9dcb830aef95a78876039cd46f0283584 | |
parent | d3eadc9cbfc4387f9def0879551e86b5a21feb27 (diff) | |
download | coreutils-39ecad7d9adfd1f99618f248422d85733a7b6071.tar.xz |
* src/nice.c (main): Report proper program name when getopt finds trouble.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * Version 5.3.1. + * src/nice.c (main): Report proper program name when getopt finds + trouble. Problem reported by Behdad Esfahbod. + * NEWS: Fix bug with "mkdir -m =+x dir"; the umask was being ignored when the "+x" was being evaluated. * mkdir.c (main): Compile mode with MODE_MASK_ALL and initial umask. |