This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via e6608bb5ff7506b95b3d38df70aa91d70f668c07 (commit)
from fbfa927626fb360ad73e339a8186f043f378683f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e6608bb5ff7506b95b3d38df70aa91d70f668c07
Author: Andy Barajas <and...@gm...>
Date: Thu May 9 07:07:07 2024 -0700
Update KOS_PORTS path so its prettier in error messages (#556)
Update KOS_PORTS path so its prettier in error messages
-----------------------------------------------------------------------
Summary of changes:
doc/environ.sh.sample | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/environ.sh.sample b/doc/environ.sh.sample
index fadb0529..b2d26752 100644
--- a/doc/environ.sh.sample
+++ b/doc/environ.sh.sample
@@ -43,7 +43,7 @@ export KOS_BASE="/opt/toolchains/dc/kos"
#
# Specifies the path to the KOS-ports directory
#
-export KOS_PORTS="${KOS_BASE}/../kos-ports"
+export KOS_PORTS="/opt/toolchains/dc/kos-ports"
# SH Compiler Prefixes
#
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|