-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I'm not sure if this is a fish problem, or if fish is exposing a problem with how inlein executes, but attempting to run inlein in a fish shell returns /bin/sh: 0: Can't open inlein and does nothing. Works fine in every other shell I've tried (mksh, zsh, csh, dash, bash, rc), and also works fine if I route it though dash with sh (which inlein).
No error occurs when using inlein to execute a script via shebang, nor does it error if I cd to ~/files/bin (where inlein is stored, which is on my $PATH) before running inlein.
Tested with Debian stable, on three different machines of differing configurations.
Reactions are currently unavailable