Skip to content
Snippets Groups Projects
Commit 004a8355 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Gerald Pfeifer
Browse files

gcc_release (announce_snapshot): Use changedir instead of plain cd.

	* gcc_release (announce_snapshot): Use changedir instead of
	plain cd.

From-SVN: r79475
parent d01b30dc
No related branches found
No related tags found
No related merge requests found
2004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
* gcc_release (announce_snapshot): Use changedir instead of
plain cd.
2004-02-10 Arnaud Charlet <charlet@act-europe.fr> 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>
* gcc_release: Add libada as part of ADA_DIRS. * gcc_release: Add libada as part of ADA_DIRS.
......
...@@ -392,7 +392,7 @@ announce_snapshot() { ...@@ -392,7 +392,7 @@ announce_snapshot() {
inform "Updating links and READMEs on the FTP server" inform "Updating links and READMEs on the FTP server"
TEXT_DATE=`date --date=$DATE +%B\ %d,\ %Y` TEXT_DATE=`date --date=$DATE +%B\ %d,\ %Y`
cd ~ftp/pub/gcc/snapshots changedir ~ftp/pub/gcc/snapshots
sed -e "s%@DATE@%$DATE%g" \ sed -e "s%@DATE@%$DATE%g" \
-e "s%@TEXT_DATE@%$TEXT_DATE%g" \ -e "s%@TEXT_DATE@%$TEXT_DATE%g" \
-e "s%@LAST_DATE@%$LAST_DATE%g" \ -e "s%@LAST_DATE@%$LAST_DATE%g" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment