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 15:05:58 +0300
committerrofl0r <rofl0r@users.noreply.github.com>2020-10-29 15:06:00 +0300
commit583343a2ef46f5d3fd7be10dc59ae55689cc732d (patch)
tree8918ad7cdb16c975ef0dc2fb1e37f0f061383553
parent0069fcd53e2a41298772f54d917eff7584cdf99a (diff)
configure: fix typo in fail()
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3703aee..25f69f5 100755
--- a/configure
+++ b/configure
@@ -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))