Hi Everyone,

I would like to propose a (minor) patch for the "bootstrap" file.

Code at line 30: 
if [ -n $1 ] || [ $1 != nosubmodule ]

This condition is always TRUE:
 - TRUE if string is non-zero
 - TRUE if string is zero (since empty string is different from "nosubmodule")

This issue prevents from running bootstrap with nosubmodule.

I attached a proposed patch.

Laurent

Attachment: bootstrap.patch
Description: Binary data

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to