* opts.sh: Remove path from sort.

From-SVN: r67291
This commit is contained in:
Neil Booth 2003-06-01 13:19:50 +00:00 committed by Neil Booth
parent 965f3913f4
commit cea8d8164c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-01 Neil Booth <neil@daikokuya.co.uk>
* opts.sh: Remove path from sort.
2003-06-01 Aldy Hernandez <aldyh@redhat.com>
PR/9680

View File

@ -20,7 +20,7 @@
# Usage: opts.sh outfile.c outfile.h file1.opt [file2.opt, ...]
AWK=/usr/bin/awk
SORT=/usr/bin/sort
SORT=sort # Could be /bin/sort or /usr/bin/sort
C_FILE=$1; shift
H_FILE=$1; shift