I'm trying to get ltp working on an embedded system (xscale) and I ran
into a bug that I thought was because I'm using busybox and not bash
but then I tracked it down and now do not believe that is the case:
Line 502 of runltp is
           [ -a "$SCENFILES" ] || \
-a tests if two expressions are true: [ expr1 -a expr2  ]
there is no second expression in line 502.  It seems that bash is ok
with this (even though not correct) but busybox is not.
Regards,
Shane

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to