mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
Use 'file delete' instead of 'exec rm -f'.
This commit is contained in:
parent
b9612d142d
commit
690649bea2
@ -1,3 +1,8 @@
|
|||||||
|
2002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
|
* binutils-all/ar.exp (long_filenames): Use 'file delete' instead
|
||||||
|
of 'exec rm -f'.
|
||||||
|
|
||||||
2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
|
2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* binutils-all/ar.exp (long_filenames): Delete the abc... files
|
* binutils-all/ar.exp (long_filenames): Delete the abc... files
|
||||||
|
@ -163,7 +163,7 @@ proc long_filenames { } {
|
|||||||
}
|
}
|
||||||
close $f
|
close $f
|
||||||
|
|
||||||
exec rm -f $file1 $file2
|
file delete $file1 $file2
|
||||||
pass $testname
|
pass $testname
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user