From: Chris Hanson Date: Mon, 16 Dec 2002 22:46:37 +0000 (+0000) Subject: Make sure that /usr/local/bin is in the path. X-Git-Tag: 20090517-FFI~2104 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6f02f1072ed689a50a7d2c6652dab060e7b4b339;p=mit-scheme.git Make sure that /usr/local/bin is in the path. --- diff --git a/etc/update-rcs-log b/etc/update-rcs-log index 386551ce1..5d94e93ac 100755 --- a/etc/update-rcs-log +++ b/etc/update-rcs-log @@ -7,6 +7,8 @@ umask 002 exec > /scheme/etc/update-rcs-log.out 2>&1 +export PATH="/usr/local/bin:${PATH}" + GOPTS_SCHEME="-d :pserver:anoncvs@subversions.gnu.org:/cvsroot/mit-scheme" UM="/scheme/v7/src/etc/usermap" O="ChangeLog"