From 332fa27640b1901ac632e6d37a4aa9643d0f8594 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 20 Oct 2021 23:22:45 +0000 Subject: ncurses-6.3 --- misc/csort | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc/csort') diff --git a/misc/csort b/misc/csort index 2455419..c39c295 100755 --- a/misc/csort +++ b/misc/csort @@ -1,7 +1,7 @@ #!/bin/sh -# $Id: csort,v 1.3 2020/02/02 23:34:34 tom Exp $ +# $Id: csort,v 1.4 2021/09/04 15:55:29 tom Exp $ ############################################################################## -# Copyright 2020 Thomas E. Dickey # +# Copyright 2020,2021 Thomas E. Dickey # # Copyright 2002 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # @@ -34,4 +34,4 @@ LANG=C; export LANG LANGUAGE=C; export LANGUAGE LC_ALL=C; export LC_ALL LC_CTYPE=C; export LC_CTYPE -sort $* +sort "$@" -- cgit v1.2.1