blob: 5cb5371d0b1fbea2a2bc14273cbfe373fb3356b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
GNU Sort
originals can be found at: ftp://ftp.gnu.org/gnu/coreutils/
Configure by:
./configure --disable-nls --without-libiconv-prefix \
--without-libintl-prefix
Imported by:
cvs import \
-m "Virgin import (trimmed) of GNU Sort, coreutils 5.2.1" \
src/contrib/gnu-sort FSF SORT_v5_2_1
|