(init_callproc): Check Vinstallation_directory even if !initialized.
[bpt/emacs.git] / src / callproc.c
index 4cd7dcf..a49da6d 100644 (file)
@@ -1242,7 +1242,7 @@ init_callproc ()
   register char * sh;
   Lisp_Object tempdir;
 
-  if (initialized && !NILP (Vinstallation_directory))
+  if (!NILP (Vinstallation_directory))
     {
       /* Add to the path the lib-src subdir of the installation dir.  */
       Lisp_Object tem;