Opened 14 years ago

Closed 13 years ago

#692 closed defect (invalid)

gs3 installer, tmpdir

Reported by: kjdon Owned by: nobody
Priority: moderate Milestone: 3.05 Release
Component: Installation Severity: major
Keywords: Cc:

Description

From Jim Hart:

This works:

TMPDIR=/something/else ./Greenstone-3.04-linux.bin

This doesn't:

export TMPDIR=/something/else ./Greenstone-3.04-linux.bin

why?? can we fix it???

Change History (1)

comment:1 by sjm84, 13 years ago

Resolution: invalid
Status: newclosed

We believe the if the line:

export TMPDIR=/something/else ./Greenstone-3.04-linux.bin

Became

export TMPDIR=/something/else && ./Greenstone-3.04-linux.bin

or

export TMPDIR=/something/else ; ./Greenstone-3.04-linux.bin

then this would work.

Note: See TracTickets for help on using tickets.