mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2024-12-21 19:58:47 +00:00
configure: fix typo in fail()
This commit is contained in:
parent
0069fcd53e
commit
583343a2ef
2
configure
vendored
2
configure
vendored
@ -4,7 +4,7 @@ prefix=/usr/local
|
|||||||
OUR_CPPFLAGS=
|
OUR_CPPFLAGS=
|
||||||
|
|
||||||
# Get a temporary filename
|
# Get a temporary filename
|
||||||
fail() { printf "%s\n" "$1" >2 ; exit 1 ; }
|
fail() { printf "%s\n" "$1" >&2 ; exit 1 ; }
|
||||||
i=0
|
i=0
|
||||||
set -C
|
set -C
|
||||||
while : ; do i=$(($i+1))
|
while : ; do i=$(($i+1))
|
||||||
|
Loading…
Reference in New Issue
Block a user