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.in

    r16570 r16593  
    412412moduleDirs=""
    413413MODULEDIRS=""
    414 if [ -d modules ] ; then
     414if test -d modules ; then
    415415  for x in `find modules -mindepth 1 -maxdepth 2`; do
    416416    if test -d "$x"; then
Note: See TracChangeset for help on using the changeset viewer.