Commit cea8d816 by Neil Booth Committed by Neil Booth

* opts.sh: Remove path from sort.

From-SVN: r67291
parent 965f3913
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment