Merge pull request 'Fix silly, SILLY syntax error.' (#4) from bugfix/syntax-error into master
Reviewed-on: #4
This commit is contained in:
commit
a1d5821cc7
1 changed files with 0 additions and 1 deletions
|
@ -396,7 +396,6 @@ function validate_parameter_values() {
|
||||||
echo "Value must be between 0 ... 65535 (inclusive)." >&2
|
echo "Value must be between 0 ... 65535 (inclusive)." >&2
|
||||||
echo "Invoke with --help for help." >&2
|
echo "Invoke with --help for help." >&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue