commit:     5ad6f0da11a79bfb1d85e38a886ff0c72f7868ac
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  7 10:45:06 2025 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Sep  7 10:45:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5ad6f0da

scripts/rsync-generation/update-rsync-master: try and silence TERM warning

every once in a while a "TERM is unset" warning appears, some tool run
in global scope or something? try and squash the warning

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/rsync-generation/update-rsync-master.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/rsync-generation/update-rsync-master.sh 
b/scripts/rsync-generation/update-rsync-master.sh
index 0cd30671bc..4890e4af63 100755
--- a/scripts/rsync-generation/update-rsync-master.sh
+++ b/scripts/rsync-generation/update-rsync-master.sh
@@ -27,6 +27,9 @@ PORTAGE_DEPCACHEDIR="${BASE_PATH}/depcache"
 # for .cvsps and gnupg cache mainly
 HOME="${BASE_PATH}/misc"
 
+# squelch warning about TERM being unset
+TERM="dumb"
+
 echo "(init) BASE_PATH=$BASE_PATH"
 echo "(init) PORTAGE_BASE_PATH=$PORTAGE_BASE_PATH"
 echo "(init) PYTHONPATH=$PYTHONPATH"

Reply via email to