You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I was trying to build loadups to test the rmk36 branch. loadups-all.sh -apps failed to build the apps sysout because finding Notecards failed.
To Reproduce
Steps to reproduce the behavior:
This is on Windows 11 using WSL Ubuntu.
Created symbolic link in my home directory to medley on different Windows file system drive: ~/medley => /mnt/e/Interlisp/medley/
Checked out the rmk36--Tedit-fifth-round-2 branch.
Connected to ~/medley/scripts
Entered the command: ./loadups-all.sh -apps
It proceeded correctly until loadup-apps-from-full:
Error: Cannot find the Notecards directory
It should be located at /home/matt/medley/../notecards or
/home/matt/medley/../../notecards. But its not.
Exiting
----- loadup-all.sh: FAILURE -----
NOTE: I also have a home directory symbolic link: ~/Interlisp => /mnt/e/Interlisp/ and connecting to ~/Interlisp/medley/scripts and entering the command as above, works correctly.
Expected behavior
I expected that the script can find the Notecards repo directory. (I don't know if that's reasonably possible within the shell script.)
The text was updated successfully, but these errors were encountered:
Describe the bug
I was trying to build loadups to test the
rmk36
branch.loadups-all.sh -apps
failed to build the apps sysout because finding Notecards failed.To Reproduce
Steps to reproduce the behavior:
~/medley
=>/mnt/e/Interlisp/medley/
rmk36--Tedit-fifth-round-2
branch.~/medley/scripts
./loadups-all.sh -apps
loadup-apps-from-full
:~/Interlisp
=>/mnt/e/Interlisp/
and connecting to~/Interlisp/medley/scripts
and entering the command as above, works correctly.Expected behavior
I expected that the script can find the Notecards repo directory. (I don't know if that's reasonably possible within the shell script.)
The text was updated successfully, but these errors were encountered: