[csw-devel] SF.net SVN: gar:[4942] csw/mgar/pkg/php4/trunk/files/CSWphp4cgi.postinstall
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Mon May 18 22:50:44 CEST 2009
Revision: 4942
http://gar.svn.sourceforge.net/gar/?rev=4942&view=rev
Author: valholla
Date: 2009-05-18 20:50:42 +0000 (Mon, 18 May 2009)
Log Message:
-----------
fix postinstall
Modified Paths:
--------------
csw/mgar/pkg/php4/trunk/files/CSWphp4cgi.postinstall
Modified: csw/mgar/pkg/php4/trunk/files/CSWphp4cgi.postinstall
===================================================================
--- csw/mgar/pkg/php4/trunk/files/CSWphp4cgi.postinstall 2009-05-18 19:17:37 UTC (rev 4941)
+++ csw/mgar/pkg/php4/trunk/files/CSWphp4cgi.postinstall 2009-05-18 20:50:42 UTC (rev 4942)
@@ -31,7 +31,7 @@
_EOT_
-if [ ! -d ${extdir} ]; then
+if [ ! -d "${extdir}" ]; then
mkdir -p ${extdir}
for dir in `${PHP_BIN}/php -i |grep extension_dir |\
awk -F'/' '{print $(NF-1), $NF}'`; do
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list