1
0
mirror of synced 2026-03-03 18:27:44 +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

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"