diff --git a/lib/master.pike.in b/lib/master.pike.in index 5675c806bbbf821cc550fe80f0a6c6633eb1418b..d4f20f00f0c11692e136058cca71ed8ce2b15d99 100644 --- a/lib/master.pike.in +++ b/lib/master.pike.in @@ -6,7 +6,7 @@ // Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. // -// $Id: master.pike.in,v 1.434 2008/06/05 14:58:28 mast Exp $ +// $Id: master.pike.in,v 1.435 2008/06/05 15:08:10 mast Exp $ #pike __REAL_VERSION__ //#pragma strict_types @@ -1885,7 +1885,7 @@ static void create() system_module_path=pike_module_path; if (master() && master() != this_object() && - (compat_major < 7 || (compat_major == 7 && compat_minor <= 6)) { + (compat_major < 7 || (compat_major == 7 && compat_minor <= 6))) { // getenv() and putenv() will get confused if we don't do this. // This is only for pike <= 7.6 compat. if (mapping e = master()->environment) environment = e;