1
0
mirror of synced 2026-01-26 04:12:03 +00:00

Fix bug in medley.sh wherein it was ignoring sysout argument

This commit is contained in:
Frank Halasz
2023-07-30 13:01:17 -07:00
parent 94269303d0
commit 71a2d7aac7

View File

@@ -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"