Commit 5eff2ed5 by Gerald Pfeifer Committed by Gerald Pfeifer

* egcs_update: Only touch files that already exist.

From-SVN: r24023
parent 3c3d8235
1998-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* egcs_update: Only touch files that already exist.
1998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br> 1998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br>
* test_summary (EOF): remove double backslash * test_summary (EOF): remove double backslash
......
...@@ -88,5 +88,7 @@ for f in gcc/c-parse.y \ ...@@ -88,5 +88,7 @@ for f in gcc/c-parse.y \
gcc/fixinc/inclhack.sh \ gcc/fixinc/inclhack.sh \
gcc/fixinc/fixincl.sh gcc/fixinc/fixincl.sh
do do
touch $f if [ -f $f ]; then
touch $f
fi
done done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment