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

Fixes a problem with an unbound variable #12

Merged
merged 1 commit into from
May 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ok.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ environment variables (for internal use):
local cmd=list
local line_nr=0
local once_check=0
local show_prompt=${_OK_PROMPT_DEFAULT}
local show_prompt=${_OK_PROMPT_DEFAULT:-0}
local comment_align=${_OK_COMMENT_ALIGN:-1}
local usage_error=
local loop_args=1 #the Pascal-way to break loops
Expand Down