K 10 svn:author V 6 dteske K 8 svn:date V 27 2013-06-02T23:20:46.392053Z K 7 svn:log V 370 Fix a bug in which the user's choice to Cancel was not recognized. This was caused by the standard (and correct) behavior of the shell to discard the return status of lvalue-operands in a pipe-chain. The solution is to not pipe the file-acquisition directly into sort(1) but instead store the output (allowing immediate testing of the return status) and later sort it. END