* opts.sh: Remove path from sort.
authorNeil Booth <neil@daikokuya.co.uk>
Sun, 1 Jun 2003 13:19:50 +0000 (13:19 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 1 Jun 2003 13:19:50 +0000 (13:19 +0000)
From-SVN: r67291

gcc/ChangeLog
gcc/opts.sh

index 77fa28dcaf68e46fdb628921716eb2a51c230f34..80ead404889687d17f06cdbec9f728801c408153 100644 (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
index 6fb839742dcb5701255ce355858ddc21d2cc1697..182f79667d29aee27c3acdb58db6009ebe68eb77 100644 (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