]> git.ipfire.org Git - thirdparty/coreutils.git/commit
sort: fix exit-status typo
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Jul 2012 23:19:28 +0000 (16:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Jul 2012 23:46:59 +0000 (16:46 -0700)
commitf3bd32bae2c902b9dbbe241884feaf2f0a4df7fa
treec36373203c13b96761346decffc06528c09e7cb0
parent59daf05b75f1898ff435ff13983da8d20d4436aa
sort: fix exit-status typo

* src/sort.c (stream_open): EXIT_FAILURE -> SORT_FAILURE.
Suggested by Pádraig Brady in <http://bugs.gnu.org/11816#34>.
src/sort.c