hholzgra Sun Jan 27 11:37:44 2002 EDT
Modified files:
/phpdoc/scripts genfuncsummary.sh
Log:
typo fix
Index: phpdoc/scripts/genfuncsummary.sh
diff -u phpdoc/scripts/genfuncsummary.sh:1.3 phpdoc/scripts/genfuncsummary.sh:1.4
--- phpdoc/scripts/genfuncsummary.sh:1.3 Wed Jan 9 09:50:45 2002
+++ phpdoc/scripts/genfuncsummary.sh Sun Jan 27 11:37:44 2002
@@ -1,4 +1,4 @@
-#!/bin/sh#
+#!/bin/sh
#
# +----------------------------------------------------------------------+
# | PHP Version 4 |
@@ -16,7 +16,7 @@
# | Authors: Gabor Hoitsy <[EMAIL PROTECTED]> |
# +----------------------------------------------------------------------+
#
-# $Id: genfuncsummary.sh,v 1.3 2002/01/09 14:50:45 jan Exp $
+# $Id: genfuncsummary.sh,v 1.4 2002/01/27 16:37:44 hholzgra Exp $
if test -f funcsummary.awk; then
awkscript=funcsummary.awk