Branch: Tag:

2004-01-12

2004-01-12 16:56:17 by Martin Nilsson <mani@lysator.liu.se>

Better says Marcus.

Rev: lib/master.pike.in:1.326

6:   // Pike is distributed under GPL, LGPL and MPL. See the file COPYING   // for more information.   // - // $Id: master.pike.in,v 1.325 2004/01/12 16:34:29 nilsson Exp $ + // $Id: master.pike.in,v 1.326 2004/01/12 16:56:17 nilsson Exp $      #pike __REAL_VERSION__   
2076:    {    if(local_include)    { -  if(IS_ABSOLUTE_PATH(f)) return combine_path("/",f); +  if(IS_ABSOLUTE_PATH(f)) return combine_path(f);    return combine_path_with_cwd(dirname(current_file), f);    }    else