From 84d6f499b7768411adac91132a84e3f442790724 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Sun, 4 Jun 2017 22:37:10 +0200 Subject: [PATCH] stdout: Keep exit code. --- stdout/stdout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdout/stdout b/stdout/stdout index 99852dc..183ff90 100755 --- a/stdout/stdout +++ b/stdout/stdout @@ -1,7 +1,5 @@ #!/bin/bash -"$@" 2>&1 - : <<=cut =encoding utf8 @@ -54,3 +52,5 @@ B(1) =cut + +"$@" 2>&1