[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Build instructions fail (#209)

Javier Pimas notifications at github.com
Fri Feb 2 19:50:22 UTC 2018


As this is a submodule, .git is not a directory but a file. Changing the line

    if [ -d `dirname $0`/../.git ]; then

to 

    if [ -e `dirname $0`/../.git ]; then

makes the script work, but as I have no idea what this script does, I'm not sure if the change is correct

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/209#issuecomment-362688331
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180202/adb6fbf4/attachment.html>


More information about the Vm-dev mailing list