mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-15 18:01:31 +08:00
* ada/acats/run_all.sh: Redirect mv output to /dev/null
From-SVN: r73037
This commit is contained in:
parent
4f36323260
commit
24c98faeff
@ -1,3 +1,7 @@
|
||||
2003-10-29 Arnaud Charlet <charlet@act-europe.fr>
|
||||
|
||||
* ada/acats/run_all.sh: Redirect mv output to /dev/null
|
||||
|
||||
2003-10-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
||||
|
||||
PR libgcj/10610
|
||||
|
@ -89,7 +89,7 @@ cp $testdir/tests/cd/*.c $dir/support
|
||||
cp $testdir/tests/cxb/*.c $dir/support
|
||||
|
||||
rm -rf $dir/run
|
||||
mv $dir/tests $dir/tests.$$
|
||||
mv $dir/tests $dir/tests.$$ 2> /dev/null
|
||||
rm -rf $dir/tests.$$ &
|
||||
mkdir -p $dir/run
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user