1
0
mirror of synced 2026-01-13 15:37:38 +00:00

Merge pull request #1298 from Interlisp/fgh_medley.sh-sysout

Fix bug in medley.sh wherein it was ignoring sysout argument
This commit is contained in:
Frank Halasz 2023-07-31 12:11:14 -07:00 committed by GitHub
commit c105799096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"