Skip to content

Commit

Permalink
libtool upgrade to 2.4.6 - 9/n: fix func_fatal_error function name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 2, 2021
1 parent 3dda671 commit d28bc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/ltmain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,7 @@ fi
# a configuration failure hint, and exit.
func_fatal_configuration ()
{
func__fatal_error ${1+"$@"} \
func_fatal_error ${1+"$@"} \
"See the $PACKAGE documentation for more information." \
"Fatal configuration error."
}
Expand Down

0 comments on commit d28bc36

Please sign in to comment.