Re: [Fink-devel] Why 'if' fails in fink script?

2006-07-08 Thread Asko Kauppi
Sure did! :) Had read the manual, but... forgotten that part. Thanks. Martin Costabel kirjoitti 3.7.2006 kello 15.57: Asko Kauppi wrote: Trying to use a simple if-else in fink scripts; WHAT am I missing?? Sample scripts do have plenty of if's, what's so special with this: if test `uname

[Fink-devel] Why 'if' fails in fink script?

2006-07-03 Thread Asko Kauppi
Trying to use a simple if-else in fink scripts; WHAT am I missing?? Sample scripts do have plenty of if's, what's so special with this: if test `uname -r` \ 8.7.0; then sh: -c: line 2: syntax error: unexpected end of file ### execution of if failed, exit code 2 ... # Note: the 10.4 readline

Re: [Fink-devel] Why 'if' fails in fink script?

2006-07-03 Thread Martin Costabel
Asko Kauppi wrote: Trying to use a simple if-else in fink scripts; WHAT am I missing?? Sample scripts do have plenty of if's, what's so special with this: if test `uname -r` \ 8.7.0; then sh: -c: line 2: syntax error: unexpected end of file ### execution of if failed, exit code 2 You