You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Emacs on my Android phone, where sh is in /system/bin/, not /bin/. Could we tweak fiplr to look for sh on the PATH rather than in a specific directory?
The text was updated successfully, but these errors were encountered:
/bin/sh isn't hard-coded anywhere in fiplr. I'm not sure how you're running into this. I use shell-command-to-string, but I just leave Emacs to figure out which shell to use. It gets that from the shell-file-name variable, apparently, so you may need to set that.
I'm running Emacs on my Android phone, where
sh
is in/system/bin/
, not/bin/
. Could we tweak fiplr to look forsh
on the PATH rather than in a specific directory?The text was updated successfully, but these errors were encountered: