Author: dr
Date: Fri Jul 27 10:20:49 2007
New Revision: 5744
Log:
- Make sure it also creates the autoload directory.
Modified:
scripts/setup-env.sh
Modified: scripts/setup-env.sh
==============================================================================
--- scripts/setup-env.sh [iso-8859-1] (original)
+++ scripts/setup-env.sh [iso-8859-1] Fri Jul 27 10:20:49 2007
@@ -32,6 +32,13 @@
if test -d stable; then
echo "Setting up environment for 'stable'"
+ if test -d stable/autoload; then
+ echo "Autoload directory exists."
+ else
+ echo "Creating missing 'autoload' directory."
+ mkdir stable/autoload
+ fi
+
if ! test -L stable/autoload/base_autoload.php; then
ln -s ../../trunk/Base/src/base_autoload.php
stable/autoload/base_autoload.php
fi
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components