1
0
mirror of synced 2026-05-03 14:49:45 +00:00

Fix Issue #1848: Medley script (and hence loadup script) now checks for lde (ldeinit) on PATH (#2129)

In medley script(s), when executing maiko (lde or ldeinit) check if its on the PATH before looking for it in MEDLEYDIR/maiko or MEDLEYDIR/../maiko.
This commit is contained in:
Frank Halasz
2025-04-28 13:02:16 -07:00
committed by GitHub
parent 39ebd40da4
commit f53da7518f
3 changed files with 58 additions and 36 deletions

View File

@@ -341,7 +341,7 @@ do
;;
--maikodir)
# for use in loadups
if [ "$2" = "-" ] || [ "$2" == "--" ]
if [ "$2" = "-" ] || [ "$2" = "--" ]
then
maikodir_arg=""
maikodir_stage=""