aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 4cd7dcfeda1..a49da6dde3c 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1242,7 +1242,7 @@ init_callproc ()
1242 register char * sh; 1242 register char * sh;
1243 Lisp_Object tempdir; 1243 Lisp_Object tempdir;
1244 1244
1245 if (initialized && !NILP (Vinstallation_directory)) 1245 if (!NILP (Vinstallation_directory))
1246 { 1246 {
1247 /* Add to the path the lib-src subdir of the installation dir. */ 1247 /* Add to the path the lib-src subdir of the installation dir. */
1248 Lisp_Object tem; 1248 Lisp_Object tem;