I'm currently studying some Barebox scripts (i.e. init, boot) and I have noticed something strange with scripts : barebox:/env/bin echo $bootfile zImage barebox:/env/bin echo $eth0.serverip 10.0.48.80 barebox:/env/bin cat test #!/bin/sh echo --$eth0.serverip-- echo --$bootfile-- barebox:/env/bin ./test --10.0.48.80-- ---- barebox:/env/bin When I do an echo of the two environment variables from the command prompt, I can see their values. However, when both commands are entered in a simple script, only the serverip address appears. (I created the test script with "edit" from within Barebox). Am I doing something wrong ? Filip _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox