From 6806e86735a925027be79307eeee5f302372c8e7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 7 Mar 2001 14:01:03 +0000 Subject: [PATCH] DEBUGSOURCES should contain a list of files, separated by colons. --- etc/DEBUG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/DEBUG b/etc/DEBUG index 9fb021cf6a2..032aeb4dcd5 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 & -- 2.39.5