Commit 004a8355 by Gerald Pfeifer Committed by Gerald Pfeifer

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
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>
* gcc_release: Add libada as part of ADA_DIRS.
......
......@@ -392,7 +392,7 @@ announce_snapshot() {
inform "Updating links and READMEs on the FTP server"
TEXT_DATE=`date --date=$DATE +%B\ %d,\ %Y`
cd ~ftp/pub/gcc/snapshots
changedir ~ftp/pub/gcc/snapshots
sed -e "s%@DATE@%$DATE%g" \
-e "s%@TEXT_DATE@%$TEXT_DATE%g" \
-e "s%@LAST_DATE@%$LAST_DATE%g" \
......
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