From 95274e1b5d5826d0248b1053388592cec744864e Mon Sep 17 00:00:00 2001 From: triallax Date: Mon, 26 Jun 2023 11:51:57 +0100 Subject: Clean up shell redirects Some of these are outright wrong (e.g. `echo foo 2>&1`), others are just more verbose than they need to be. Closes: #304 [via git-merge-pr] --- xgensum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xgensum') diff --git a/xgensum b/xgensum index 7430fc3..f556967 100755 --- a/xgensum +++ b/xgensum @@ -2,7 +2,7 @@ # xgensum [-f] [-c] [-i] [-H hostdir] TEMPLATE - update SHA256 sums in templates usage() { - echo 'Usage: xgensum [-f] [-c] [-i] [-H hostdir] TEMPLATE' 1>&2 + echo 'Usage: xgensum [-f] [-c] [-i] [-H hostdir] TEMPLATE' >&2 exit 1 } -- cgit 1.4.1