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

Change install script to be more portable and expansion issues on files with spaces #25

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

kepet19
Copy link

@kepet19 kepet19 commented Apr 1, 2021

replace '~' with $HOME, because Tilda sometimes does not expand in double quotes.
I put double quotes around the input augment to the command. If the variable should have a space in it would have taking it as there was two augments to the command.

for esay checking if the script hold true to either posix or a specific shell
edit the shebang !# to /bin/sh for posix shell or /bin/bash for bash shell.
# apt install shellcheck
I have this specific vim remap.

noremap <leader>s :!clear && shellcheck %<CR>

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