Ignore:
Timestamp:
2008-07-30T11:13:52+12:00 (16 years ago)
Author:
oranfry
Message:

In configure.in [ -d module] changed to test -d module to fix loss of [ ] in configure problem

File:
1 edited

Legend:

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

    r16571 r16594  
    74267426moduleDirs=""
    74277427MODULEDIRS=""
    7428 if  -d modules ; then
     7428if test -d modules ; then
    74297429  for x in `find modules -mindepth 1 -maxdepth 2`; do
    74307430    if test -d "$x"; then
Note: See TracChangeset for help on using the changeset viewer.