Hi Jeff,
On 2017-01-06 01:35:04, you wrote to All:
JS> When I run the golded (./golded) script to load gedlnx I get the
JS> following
JS> response:
JS> "./golded: 31: [: -a: unexpected operator"
JS> Line #31 of the golded script is:
JS> "if [ -n $SCREEN -a -s $SCREENRC_GOLDED ]; then"
Change this to:
if [ -n "$SCREEN" -a -s "$SCREENRC_GOLDED" ]; then
And try again...
JS> If I try to load gedlnx without using the script. Nothing happens and
JS> I am returned to the terminal command prompt.
Is a golded.log file created? Does it have any clues?
Bye, Wilfred.
--- FMail-W32 1.73.11.61-B20170103
* Origin: FMail development HQ (2:280/464)
|