Rename -I to -J. Deprecate old use of -I, but leave it enabled for now.

This commit is contained in:
Nick Clifton
2003-04-22 17:31:08 +00:00
parent 26597c8633
commit 85eb51104b
5 changed files with 52 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2001 Free Software Foundation, Inc.
# Copyright 2001, 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -81,8 +81,8 @@ foreach res $res_list {
setup_xfail *-*
}
verbose "$wr -I rc -O res $res tmpdir/$broot.res" 1
catch "exec $wr -I rc -O res $res tmpdir/$broot.res" err
verbose "$wr -J rc -O res $res tmpdir/$broot.res" 1
catch "exec $wr -J rc -O res $res tmpdir/$broot.res" err
if ![string match "" $err] then {
send_log "$err\n"