aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/gcc_release
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2004-03-14 11:39:31 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2004-03-14 11:39:31 +0000
commit004a8355026cfff0c147c870488750119ca79041 (patch)
treeb579e315cb45d01180bcc5d3feee37acc56576b5 /maintainer-scripts/gcc_release
parentd01b30dcaffd17c8034d87eb829192b49956cd40 (diff)
downloadgcc-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-xmaintainer-scripts/gcc_release2
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" \