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

    r16571 r16594  
    431431moduleDirs=""
    432432MODULEDIRS=""
    433 if [ -d modules ] ; then
     433if test -d modules ; then
    434434  for x in `find modules -mindepth 1 -maxdepth 2`; do
    435435    if test -d "$x"; then
Note: See TracChangeset for help on using the changeset viewer.