Browse Source
Merge pull request #628 from abathur/patch-1
fix "print error_and_die" -> "print_error_and_die"
pull/627/merge
Maikel
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
git-ftp
|
|
@ -1726,7 +1726,7 @@ do |
|
|
|
REMOTE_CACERT=$(expr "z$1" : 'z-[^=]*=\(.*\)') |
|
|
|
;; |
|
|
|
1,*) |
|
|
|
print error_and_die "Too few arguments for option --cacert" "$ERROR_MISSING_ARGUMENTS" |
|
|
|
print_error_and_die "Too few arguments for option --cacert" "$ERROR_MISSING_ARGUMENTS" |
|
|
|
;; |
|
|
|
*) |
|
|
|
if ! echo "$2" | egrep -q '^-'; then |
|
|
|