Post AlPJUKQHZlsZUiWlto by [email protected] | |
More posts by [email protected] | |
Post #AlPJUKB2URgajROb8i by [email protected] | |
0 likes, 0 repeats | |
Hey @domi what's your take on `set -e` ? | |
Post #AlPJUKIU2ldn6WsXk8 by [email protected] | |
0 likes, 0 repeats | |
@wolf480pl problem with set -e and set -o pipefail is that the assumption “$?… | |
Post #AlPJUKQHZlsZUiWlto by [email protected] | |
0 likes, 0 repeats | |
@domi @wolf480pl You can write your sample using if:if hello; res_code="$?… | |
Post #AlPJUKX1AjGbpbg9Oi by [email protected] | |
0 likes, 0 repeats | |
@bb010g @wolf480pl aaaaaaaaa, no, don’t.correct, the if will work (besides a … | |
Post #AlPJUKe6kMwEBazoRs by [email protected] | |
0 likes, 0 repeats | |
@bb010g @wolf480pl generally, the most common problem with shell code is that i… | |
Post #AlPJUKkUMe2gVNyuOW by [email protected] | |
0 likes, 1 repeats | |
@domi @wolf480pl (Apologies for the syntax error; I did test my code but didn&#… | |
Post #AlPJUVR2dI1ReFy26q by [email protected] | |
0 likes, 0 repeats | |
@wolf480pl tl;dr: it may be useful in specific circumstances, but I don’t see… |