X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2Fcsort;h=c39c2951e745ba2b9c1863b8f16f0d58d21e35fa;hp=42faaf3a197627a9a8f7f6f3f364ce9ef97980c9;hb=95bcbd4bb8e933c86e6fc4aba9ea1c7fd3d30e3d;hpb=a8987e73ec254703634802b4f7ee30d3a485524d;ds=sidebyside diff --git a/misc/csort b/misc/csort index 42faaf3a..c39c2951 100755 --- a/misc/csort +++ b/misc/csort @@ -1,7 +1,8 @@ #!/bin/sh -# $Id: csort,v 1.2 2002/10/19 21:42:09 tom Exp $ +# $Id: csort,v 1.4 2021/09/04 15:55:29 tom Exp $ ############################################################################## -# Copyright (c) 2002 Free Software Foundation, Inc. # +# Copyright 2020,2021 Thomas E. Dickey # +# Copyright 2002 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -33,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 "$@"