Path to this page:
Subject: CVS commit: pkgsrc/shells/tcsh
From: Leonardo Taccari
Date: 2019-05-15 11:18:01
Message id: 20190515091802.0CCF0FB16@cvs.NetBSD.org
Log Message:
tcsh: Add upstream patch to address filename expansion test failures
When $HOME environment variable is set, e.g. in pkgrsc where a fake
homedir is injected, ~ is expanded to $HOME while ~user is expanded
to the passwd(5) home_dir field leading to inconsistency in the test.
No PKGREVISION bump since that change only affects tests.
Files: