Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofl0r <rofl0r@users.noreply.github.com>2020-10-29 14:58:16 +0300
committerrofl0r <rofl0r@users.noreply.github.com>2020-10-29 14:58:22 +0300
commit0069fcd53e2a41298772f54d917eff7584cdf99a (patch)
tree85a00b222a8d87479ac93b7df2c350a20f8cbdcc
parent13680e775d26b8097788037b2a7739f86b84d14a (diff)
configure: add missing function fail()
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 2b1e42a..3703aee 100755
--- a/configure
+++ b/configure
@@ -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))