Fork me on GitHub
#cider
<
2016-04-10
>
malabarba14:04:31

Is your boot file actually executable? That is, does it have the right permissions

x1n4u14:04:54

ls -l /usr/local/bin/boot -rwxr-xr-x 1 root root 6431 Apr 10 00:19 /usr/local/bin/boot

malabarba22:04:36

What do you get with (executable-find "boot")?

x1n4u23:04:39

@malabarba:

"/usr/local/bin/boot"

x1n4u23:04:52

I think the problem is that it want's only to use leining and simply prints a generic error msg, but isn't looking for the boot executable, but this is simply a guess