Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ghc-core fails silently when the PAGER variable contains options #3

Open
lpsmith opened this issue Aug 4, 2013 · 1 comment
Open

Comments

@lpsmith
Copy link

lpsmith commented Aug 4, 2013

I scratched my head for a while figuring out why ghc-core wasn't working at all for me, then I tried this:

$ echo $PAGER
less -S
$ export PAGER=less

It worked just fine afterwards.

@robbinch
Copy link

robbinch commented Mar 5, 2016

I'd like to say I just experienced this same problem.
I also think this is fixed in 630196a (> 3 years ago), but unfortunately this is not released.

Blaisorblade referenced this issue Sep 30, 2016
Also, use $PAGER as a shell command instead of a raw binary name.
Thanks, mikeplus64!
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

No branches or pull requests

2 participants