diff options
Diffstat (limited to 'CVSROOT')
-rw-r--r-- | CVSROOT/cfg_local.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CVSROOT/cfg_local.pm b/CVSROOT/cfg_local.pm index 38fb916dd4bd..d67f67cb59c8 100644 --- a/CVSROOT/cfg_local.pm +++ b/CVSROOT/cfg_local.pm @@ -6,8 +6,10 @@ # scripts. It is loaded by cfg.pm and overrides the default # configuration in that file. # -# It is advised that you test it with 'perl -cw cfg_local.pm' -# before you commit any changes. +# It is advised that you test it with +# 'env CVSROOT=/path/to/cvsroot perl -cw cfg.pm' +# before you commit any changes. The check is to cfg.pm which +# loads this file. #################################################################### #################################################################### |