We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9941b3 commit ba8aac6Copy full SHA for ba8aac6
scripts/loadup-mid-from-init.sh
@@ -16,6 +16,12 @@ main() {
16
EOF
17
18
run_medley "${LOADUP_WORKDIR}/init.dlinit" -NF -prog ldeinit --vmem "${LOADUP_WORKDIR}/init-mid.sysout"
19
+ if [ "${exit_code}" -eq 54 ]
20
+ then
21
+ echo "NOTE: The loadup script $0 requires the ldeinit executable"
22
+ echo "in addition to the lde executable be available in MAIKODIR."
23
+ echo "The ldeinit executable could not be found."
24
+ fi
25
26
echo " "
27
0 commit comments