X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2FMKtermsort.sh;h=18b90ac265d87a371b6996ec2a3f193840b61ffc;hp=7f5b79a8840d957b17ffe12e33c4560c5c535a33;hb=2639531af0c3ca25b48e7bcb9c790fa566cc5892;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/progs/MKtermsort.sh b/progs/MKtermsort.sh index 7f5b79a8..18b90ac2 100755 --- a/progs/MKtermsort.sh +++ b/progs/MKtermsort.sh @@ -1,10 +1,10 @@ #!/bin/sh -# $Id: MKtermsort.sh,v 1.8 2002/06/29 20:02:48 tom Exp $ +# $Id: MKtermsort.sh,v 1.9 2003/01/11 22:23:50 tom Exp $ # # MKtermsort.sh -- generate indirection vectors for the various sort methods # ############################################################################## -# Copyright (c) 1998-2001,2002 Free Software Foundation, Inc. # +# Copyright (c) 1998-2002,2003 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"), # @@ -47,7 +47,7 @@ DATA=${2-../include/Caps} data=data$$ trap 'rm -f $data' 1 2 5 15 -sed -e 's/[ ]\+/ /g' < $DATA >$data +sed -e 's/[ ][ ]*/ /g' < $DATA >$data DATA=$data echo "/*";