configure: fix typo in fail()

pull/356/head
rofl0r 2020-10-29 12:05:58 +00:00
parent 0069fcd53e
commit 583343a2ef
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4,7 +4,7 @@ prefix=/usr/local
OUR_CPPFLAGS=
# Get a temporary filename
fail() { printf "%s\n" "$1" >2 ; exit 1 ; }
fail() { printf "%s\n" "$1" >&2 ; exit 1 ; }
i=0
set -C
while : ; do i=$(($i+1))