Skip to content

Conversation

@HeikoRibberink
Copy link

The bundle install script install.sh hangs on Debian for Koka versions v3.1.3 up to v3.2.2, without any output.
The issue is in line 114, and occurs because find /etc/*-release -type f doesn't output anything, such that we execute just cat.
The problem here is that find -type f only finds files, whereas on my system, os-release is a symlink.
This PR applies a simple solution: by adding the -L option to find, it automatically follows symlinks. I've tested this on my system and it works as expected now.

@TimWhiting TimWhiting force-pushed the dev branch 3 times, most recently from 2c83d90 to 00399ab Compare August 13, 2025 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant