Colin Bortner

Results 5 comments of Colin Bortner

Can confirm that OpenBSD's `cp` and `ln` do not have the `-t` and `-r` flags - which GNU coreutils does. Changes to build on OpenBSD 6.3 are in the diff...

@Munchotaur My guess is that you do not have bash installed, and `scripts/utils.sh: not found` is from the interpreter directive in the first line of the script: `#!/usr/bin/env bash`. You...

@Munchotaur For two reasons it sounds like you're not testing against this PR: 1. Switching the shebang to the path to bash should only work if you have bash installed....

> @colinhb -- thanks for the advice. It works! Glad to hear it. Thanks for letting me know. Looks like PR fixes issue for FreeBSD and OpenBSD.

> alright, I leave a link here: > > [electron/electron#45183](https://github.com/electron/electron/issues/45183) FWIW I've added a comment confirming the issue and demoing differences in behavior between electron and non-electron apps for the...