From: Stuart M. <stu...@st...> - 2008-08-13 13:23:42
|
Hi there Sheshadri Musturi wrote: > I am trying to build STLinux on my Ubuntu Hardy. > But I am facing errors like > > [: 72: ==: unexpected operator > Unrecognised option: > > Could someone help me out, the reason behind it and how can I overcome this. For problems which are specific to the STLinux distribution you are probably better off putting in query into bugzilla at bugzilla.stlinux.com. However in this case I think the problem is that Ubuntu usually sets /bin/sh to ash, which doesn't support the test == operator (which is a bash extension). Try running the script under bash explicitly. Stuart |