|
From: darcagn <da...@us...> - 2024-06-12 14:40:08
|
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 9b1cc962e8188704c7724ab62004fc5a45d85915 (commit)
from 395d99a9421aed367d7d277065080301c1a1d54d (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 9b1cc962e8188704c7724ab62004fc5a45d85915
Author: Donald Haase <qu...@ya...>
Date: Wed Jun 12 10:39:10 2024 -0400
Revert "Update KOS_PORTS path so its prettier in error messages (#556)" (#627)
This reverts commit e6608bb5ff7506b95b3d38df70aa91d70f668c07.
-----------------------------------------------------------------------
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 c61e2481..58fc084e 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="/opt/toolchains/dc/kos-ports"
+export KOS_PORTS="${KOS_BASE}/../kos-ports"
# SH Compiler Prefixes
#
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|