wez Thu Sep 8 22:17:16 2005 EDT
Modified files:
/livedocs README
Log:
solaris /bin/sh doesn't grok "exec >file"; run with ksh instead
http://cvs.php.net/diff.php/livedocs/README?r1=1.15&r2=1.16&ty=u
Index: livedocs/README
diff -u livedocs/README:1.15 livedocs/README:1.16
--- livedocs/README:1.15 Wed Feb 9 13:15:53 2005
+++ livedocs/README Thu Sep 8 22:17:14 2005
@@ -1,6 +1,6 @@
README
======
-$Id: README,v 1.15 2005/02/09 18:15:53 edink Exp $
+$Id: README,v 1.16 2005/09/09 02:17:14 wez Exp $
vim:et:tw=78
INTRODUCTION
@@ -83,6 +83,8 @@
./build.sh
+ On Solaris, you need to run "ksh ./build.sh" instead.
+
This creates phpdoc-idx.$LANG.sqlite and livedoc-cache-idx.$LANG.sqlite.
It will also configure phpdoc (autoconf & ./configure).