From 71a2d7aac79d1d8d55e285360aefe77d61371633 Mon Sep 17 00:00:00 2001 From: Frank Halasz Date: Sun, 30 Jul 2023 13:01:17 -0700 Subject: [PATCH] Fix bug in medley.sh wherein it was ignoring sysout argument --- scripts/medley/medley_args.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/medley/medley_args.sh b/scripts/medley/medley_args.sh index 7275d0db..11a7d868 100755 --- a/scripts/medley/medley_args.sh +++ b/scripts/medley/medley_args.sh @@ -158,7 +158,7 @@ do if [[ $# -eq 1 || "$2" = "--" ]]; then sysout_flag=true - sysout_arg="$2" + sysout_arg="$1" else err_msg=( "ERROR: sysout argument must be last argument"