* opts.sh: Remove path from sort.
From-SVN: r67291
This commit is contained in:
parent
965f3913f4
commit
cea8d8164c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user