diff options
-rwxr-xr-x | subx/test_layers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_layers b/subx/test_layers index 523d82b8..a2ed65c6 100755 --- a/subx/test_layers +++ b/subx/test_layers @@ -27,5 +27,5 @@ do chmod +x foo ./foo echo - } + } || true done |