File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,19 @@ then
135135fi
136136mkdir -p ${LOGINDIR} /vmem
137137
138+ # temp fix for cygwin to workaround issue #1685
139+ # 2024-04-29
140+ MEDLEYDIR_BASE=" ${MEDLEYDIR} "
141+ if [ " $( uname -s | head --bytes 6) " = " CYGWIN" ]
142+ then
143+ MEDLEYDIR=" ${MEDLEYDIR} /"
144+ fi
145+
138146# Call run-medley with or without vnc
139147if [[ ( ${darwin} = true ) || (( ${wsl} = false || ${use_vnc} = false ) && ${docker} = false) ]];
140148then
141149 # If not using vnc, just call run-medley
142- ${MEDLEYDIR } / run- medley - id "${run_id} " - title "${title} " ${geometry} ${screensize} ${run_args[@]}
150+ ${MEDLEYDIR_BASE } / run- medley - id "${run_id} " - title "${title} " ${geometry} ${screensize} ${run_args[@]}
143151else
144152 # do the vnc thing on wsl or docker
145153 source ${SCRIPTDIR} / medley_vnc.sh
You can’t perform that action at this time.
0 commit comments