mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 13:41:12 +08:00
Fix typo in previous checkin
From-SVN: r99749
This commit is contained in:
parent
0c0387e757
commit
e8bcfe5330
@ -288,7 +288,7 @@ proc compat-execute { src1 sid use_alt } {
|
||||
set testcase [string range "$src1" [string length "$srcdir/"] end]
|
||||
}
|
||||
if {[string first "$tmpdir/" "$testcase"] == 0} {
|
||||
set testcase [string range "$src1" [string length "$tmpdir/"] end]
|
||||
set testcase [string range "$testcase" [string length "$tmpdir/"] end]
|
||||
}
|
||||
regsub "_main.*" $testcase "" testcase
|
||||
# Set up the base name of executable files so they'll be unique.
|
||||
|
Loading…
x
Reference in New Issue
Block a user