1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2025-01-04 19:22:52 +08:00

configure: fix typo in fail()

This commit is contained in:
rofl0r 2020-10-29 12:05:58 +00:00
parent 0069fcd53e
commit 583343a2ef

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))