Skip to content

Fix syntactic error when the system shell is zsh#63

Merged
scaronni merged 1 commit intodkms-project:masterfrom
calancha:master
Oct 8, 2018
Merged

Fix syntactic error when the system shell is zsh#63
scaronni merged 1 commit intodkms-project:masterfrom
calancha:master

Conversation

@calancha
Copy link
Contributor

@calancha calancha commented Oct 7, 2018

When the system '/bin/sh' points to the zsh shell,
then the script is run with zsh in sh compatibility mode; in that case
functions must end with either a semicolon or a newline.
(#62)

  • dkms_autoinstaller (log_end_msg):
    Terminate the function with a semicolon.
    Add missing white space in comment.

When the system '/bin/sh' points to the zsh shell,
then the script is run with zsh in sh compatibility mode; in that case
functions must end with either a semicolon or a newline.
(dkms-project#62)
* dkms_autoinstaller (log_end_msg):
Terminate the function with a semicolon.
Add missing white space in comment.
@scaronni scaronni merged commit 3fe2f07 into dkms-project:master Oct 8, 2018
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.

2 participants