=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== yotta-0.20.5/docs/reference/buildsystem.md-161- yotta-0.20.5/docs/reference/buildsystem.md:162: * Always wrap expanded `"${VARIABLES}"` in quotes (or expand them inside a yotta-0.20.5/docs/reference/buildsystem.md-163- quoted string), if they are unquoted then any spaces in the expanded ############################################## yotta-0.20.5/docs/reference/commands.md-174-natively). The `scripts.test` value in the target description is executed with yotta-0.20.5/docs/reference/commands.md:175:`$program` expanded to the path to the binary, it should be a wrapper script yotta-0.20.5/docs/reference/commands.md-176-that loads the binary at the specified path onto the target device, runs it, ############################################## yotta-0.20.5/docs/reference/target.md-184- yotta-0.20.5/docs/reference/target.md:185:In all cases any instances of `$program` in the command text will be replaced yotta-0.20.5/docs/reference/target.md-186-with the path to yotta-compiled program about to be launched/debugged. The path ############################################## yotta-0.20.5/docs/reference/target.md-246- yotta-0.20.5/docs/reference/target.md:247:Use `$program` for the name of the program that's being debugged, for example: yotta-0.20.5/docs/reference/target.md-248- ############################################## yotta-0.20.5/docs/tutorial/testing.md-98-path to the binary for the program being debugged by expanding any occurences yotta-0.20.5/docs/tutorial/testing.md:99:of `$program` in the arguments to the script into the path to the binary. yotta-0.20.5/docs/tutorial/testing.md-100- ############################################## yotta-0.20.5/debian/yotta.1.md.in-209- yotta-0.20.5/debian/yotta.1.md.in:210:The `scripts.test` value in the target description is executed with `$program` expanded to the path to the binary, it should be a wrapper script that loads the binary at the specified path onto the target device, runs it, and prints output on standard output. yotta-0.20.5/debian/yotta.1.md.in-211-