1
0
mirror of synced 2026-01-25 20:06:44 +00:00

Add extra error message in loadup-mid-from-init scripts when ldeinit cannot be found

This commit is contained in:
Frank Halasz
2024-05-24 19:21:26 -07:00
parent a9941b36aa
commit ba8aac6321

View File

@@ -16,6 +16,12 @@ main() {
EOF
run_medley "${LOADUP_WORKDIR}/init.dlinit" -NF -prog ldeinit --vmem "${LOADUP_WORKDIR}/init-mid.sysout"
if [ "${exit_code}" -eq 54 ]
then
echo "NOTE: The loadup script $0 requires the ldeinit executable"
echo "in addition to the lde executable be available in MAIKODIR."
echo "The ldeinit executable could not be found."
fi
echo " "