diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2004-03-14 11:39:31 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2004-03-14 11:39:31 +0000 |
commit | 004a8355026cfff0c147c870488750119ca79041 (patch) | |
tree | b579e315cb45d01180bcc5d3feee37acc56576b5 /maintainer-scripts/gcc_release | |
parent | d01b30dcaffd17c8034d87eb829192b49956cd40 (diff) | |
download | gcc-004a8355026cfff0c147c870488750119ca79041.zip gcc-004a8355026cfff0c147c870488750119ca79041.tar.gz gcc-004a8355026cfff0c147c870488750119ca79041.tar.bz2 |
gcc_release (announce_snapshot): Use changedir instead of plain cd.
* gcc_release (announce_snapshot): Use changedir instead of
plain cd.
From-SVN: r79475
Diffstat (limited to 'maintainer-scripts/gcc_release')
-rwxr-xr-x | maintainer-scripts/gcc_release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index bb82442..a9718ae 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -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" \ |