Changeset 19825


Ignore:
Timestamp:
2009-06-12T16:48:50+12:00 (15 years ago)
Author:
mdewsnip
Message:

Fixed up bad directory test (for modules directory), causing an error when running configure.

Location:
gsdl/trunk/runtime-src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/configure

    r18487 r19825  
    72577257moduleDirs=""
    72587258MODULEDIRS=""
    7259 if  -d modules ; then
     7259if test -d modules ; then
    72607260  for x in `find modules -mindepth 1 -maxdepth 2`; do
    72617261    if test -d "$x"; then
  • gsdl/trunk/runtime-src/configure.in

    r18483 r19825  
    341341moduleDirs=""
    342342MODULEDIRS=""
    343 if [ -d modules ] ; then
     343if test -d modules ; then
    344344  for x in `find modules -mindepth 1 -maxdepth 2`; do
    345345    if test -d "$x"; then
Note: See TracChangeset for help on using the changeset viewer.