Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
netctl
Commits
422c791e
Commit
422c791e
authored
Mar 24, 2013
by
Jouke Witteveen
Browse files
Nitpicking on a return value
parent
e8210827
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/globals
View file @
422c791e
...
...
@@ -51,7 +51,7 @@ is_yes() {
;;
*
)
report_error
"Not a valid truth value: '
$1
'"
return
1
return
2
;;
esac
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment