X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2Fcsort;h=c39c2951e745ba2b9c1863b8f16f0d58d21e35fa;hp=24554196a04d92aa171b78f41b9a33f82b7fdf98;hb=95bcbd4bb8e933c86e6fc4aba9ea1c7fd3d30e3d;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/misc/csort b/misc/csort index 24554196..c39c2951 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 "$@"