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

Fixed shell templates. #153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Soares
Copy link
Contributor

@Soares Soares commented Nov 25, 2016

They were broken in three ways:

  1. They had leftover junk from a mustache template that was blocking the
    hashbang.
  2. They had double quotes where single quotes were needed.
  3. They were checking for interactive mode in a way that's incompatible
    with fish_shell. I just deleted the check; I suspect that that's the
    sort of check the user should do before calling the file (rather than
    the sort of check that should be done by the file itself).

They were broken in three ways:
1. They had leftover junk from a mustache template that was blocking the
   hashbang.
2. They had double quotes where single quotes were needed.
3. They were checking for interactive mode in a way that's incompatible
   with fish_shell. I just deleted the check; I suspect that that's the
   sort of check the user should do before calling the file (rather than
   the sort of check that should be done by the file itself).
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.

None yet

1 participant