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] --- xpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpkg') diff --git a/xpkg b/xpkg index 08002f7..28d734a 100755 --- a/xpkg +++ b/xpkg @@ -27,7 +27,7 @@ while getopts R:r:vVmOHDLa flag; do -L list installed packages not from remote repos -v show version numbers -V show version numbers and description -" $0 1>&2 +" $0 >&2 exit 1;; esac done -- cgit 1.4.1