openwrt-packages/net/gnunet
Eneas U de Queiroz dba8a0102e
gnunnet: halt build if any command fails
There are many places in the packages' install recipes whith multiple
commands being executed in the same shell invocation, separated with a
semicolon (;).  The return status will depend only on the last command
being run.  The same thing happens in loops, where only the last file
will determine the result of the command.

Change the ';' to '&&', and exit the loop if any operation fails.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 2e75ccbb7d)
2022-10-14 20:44:27 +02:00
..
files gnunet: work-around sysupgrade restore missing file ownerships 2022-03-26 21:29:51 +00:00
patches gnunet: update to version 0.17.5 2022-10-13 19:58:24 +01:00
Makefile gnunnet: halt build if any command fails 2022-10-14 20:44:27 +02:00
test.sh gnunet: add runtime test 2020-09-21 12:05:55 +01:00