mirror of
https://github.com/rofl0r/proxychains-ng
synced 2025-03-08 18:57:16 +08:00
configure: add missing function fail()
This commit is contained in:
parent
13680e775d
commit
0069fcd53e
1
configure
vendored
1
configure
vendored
@ -4,6 +4,7 @@ prefix=/usr/local
|
||||
OUR_CPPFLAGS=
|
||||
|
||||
# Get a temporary filename
|
||||
fail() { printf "%s\n" "$1" >2 ; exit 1 ; }
|
||||
i=0
|
||||
set -C
|
||||
while : ; do i=$(($i+1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user