aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-03-07 14:01:03 +0000
committerGerd Moellmann <[email protected]>2001-03-07 14:01:03 +0000
commit6806e86735a925027be79307eeee5f302372c8e7 (patch)
tree7ed96111a12c0081f0e565825472f8626084ee32 /etc
parent471f86b9a3d57ba805f14e21fbc8d462c6802df5 (diff)
DEBUGSOURCES should contain a list of files, separated by colons.
Diffstat (limited to 'etc')
-rw-r--r--etc/DEBUG2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index 9fb021cf6a..032aeb4dcd 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -350,7 +350,7 @@ helpful to set the `DEBUGSOURCES' and `DEBUG_FILE' environment
variables, so that one can see what LessTif was doing at this point.
For instance
- export DEBUGSOURCES="RowColumn.c MenuShell.c MenuUtil.c"
+ export DEBUGSOURCES="RowColumn.c:MenuShell.c:MenuUtil.c"
export DEBUG_FILE=/usr/tmp/LESSTIF_TRACE
emacs &