Ignore:
Timestamp:
2013-02-26T09:34:09+13:00 (11 years ago)
Author:
jmt12
Message:

[bugfix] missing double quote in call to greenstone import.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/parallel-building/trunk/src/src/mpiimport-src/mpiimport.cpp

    r26188 r26922  
    282282          else
    283283          {
    284             sprintf(command, "bash -c \"cd %s && source setup.bash > /dev/null && %s import.pl -verbosity 0 -keepold -manifest %s -site %s %s > /tmp/gsimport-W%d-%d.log 2>&1", gsdlhomedir, affinity, incoming, site, collection, rank, counter);
     284            sprintf(command, "bash -c \"cd %s && source setup.bash > /dev/null && %s import.pl -verbosity 0 -keepold -manifest %s -site %s %s > /tmp/gsimport-W%d-%d.log 2>&1\"", gsdlhomedir, affinity, incoming, site, collection, rank, counter);
    285285          }
    286286        }
Note: See TracChangeset for help on using the changeset viewer.