Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: function installation



In article <E129C1n-00086a-00.2000-01-14-19-04-55@xxxxxxxxxxxxxxxxxxxxx>,
  Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx> writes:

> +# ifdef SITEPATH_DIR

Typo fix.

Index: Src/init.c
===================================================================
RCS file: /projects/zsh/zsh/Src/init.c,v
retrieving revision 1.1.1.32
diff -u -r1.1.1.32 init.c
--- Src/init.c	2000/01/14 19:14:57	1.1.1.32
+++ Src/init.c	2000/01/14 20:09:47
@@ -553,7 +553,7 @@
     char *fpath_subdirs[] = FPATH_SUBDIRS;
     int j;
 # endif
-# ifdef SITEPATH_DIR
+# ifdef SITEFPATH_DIR
     int fpathlen = 1;
 # else
     int fpathlen = 0;
-- 
Tanaka Akira



Messages sorted by: Reverse Date, Date, Thread, Author