diff options
author | Dan Hipschman <dsh@linux.ucla.edu> | 2007-01-25 21:56:32 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-01-25 21:56:32 +0100 |
commit | 2d2a0c83116316f438ec8ca63f6860a0f4622b40 (patch) | |
tree | b6e371fc7a9f3b6bbf035e33e936ee3d41d61d44 /ChangeLog | |
parent | 11b626c20fbc65c668081996bfb9d1118f475eda (diff) | |
download | coreutils-2d2a0c83116316f438ec8ca63f6860a0f4622b40.tar.xz |
* src/sort.c (create_temp): Remove superfluous access-X_OK
check. find_in_path does this for us.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-01-25 Dan Hipschman <dsh@linux.ucla.edu> + + * src/sort.c (create_temp): Remove superfluous access-X_OK + check. find_in_path does this for us. + 2007-01-24 Jim Meyering <jim@meyering.net> Remove usually-skipped test. |