Ignore:
Timestamp:
2008-07-30T11:13:38+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/common-src/configure

    r16572 r16593  
    74117411moduleDirs=""
    74127412MODULEDIRS=""
    7413 if  -d modules ; then
     7413if test -d modules ; then
    74147414  for x in `find modules -mindepth 1 -maxdepth 2`; do
    74157415    if test -d "$x"; then
Note: See TracChangeset for help on using the changeset viewer.