cvs: docweb /scripts populatedocs.sh
[email protected] ("Sean Coates")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvssean1169924618@cvsserver> |
sean Sat Jan 27 19:03:38 2007 UTC
Modified files:
/docweb/scripts populatedocs.sh
Log:
this should've been source all along
http://cvs.php.net/viewvc.cgi/docweb/scripts/populatedocs.sh?r1=1.9&r2=1.10&diff_format=u
Index: docweb/scripts/populatedocs.sh
diff -u docweb/scripts/populatedocs.sh:1.9 docweb/scripts/populatedocs.sh:1.10
--- docweb/scripts/populatedocs.sh:1.9 Sat Jan 27 18:32:31 2007
+++ docweb/scripts/populatedocs.sh Sat Jan 27 19:03:38 2007
@@ -15,12 +15,12 @@
# | Authors: Jacques Marneweck <[email protected]> |
# +----------------------------------------------------------------------+
#
-# $Id: populatedocs.sh,v 1.9 2007/01/27 18:32:31 sean Exp $
+# $Id: populatedocs.sh,v 1.10 2007/01/27 19:03:38 sean Exp $
pushd .
cd `dirname $0`/..
-./build-ops
+source ./build-ops
if [ ! -d ${CVSDIR} ]
then