summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/kwsys/SystemTools.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx
index cd6981d..303bdee 100644
--- a/Source/kwsys/SystemTools.cxx
+++ b/Source/kwsys/SystemTools.cxx
@@ -2296,6 +2296,10 @@ void SystemTools::ClassInitialize()
// Add the translation to keep the logical path name.
if(!cwd_changed.empty() && !pwd_changed.empty())
{
+#if defined(__HP_aCC)
+ fprintf(stderr, "adding [%s]->[%s]\n", cwd_changed.c_str(),
+ pwd_changed.c_str());
+#endif
SystemTools::AddTranslationPath(cwd_changed.c_str(),
pwd_changed.c_str());
}