From owner-cvs-all@FreeBSD.ORG Thu Feb 3 00:18:07 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FA1416A4CE; Thu, 3 Feb 2005 00:18:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2530443D31; Thu, 3 Feb 2005 00:18:07 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j130I7Gp080955; Thu, 3 Feb 2005 00:18:07 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j130I7X9080954; Thu, 3 Feb 2005 00:18:07 GMT (envelope-from ru) Message-Id: <200502030018.j130I7X9080954@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 3 Feb 2005 00:18:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/tools do_sort X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 00:18:07 -0000 ru 2005-02-03 00:18:07 UTC FreeBSD src repository Modified files: games/fortune/tools do_sort Log: Fix bugs. Due to one of the bugs (^C was the first character of each line when sorting), the -b option of sort(1) didn't take any effect, so stay bug-compatible, and remove the -b option. Revision Changes Path 1.2 +5 -3 src/games/fortune/tools/do_sort