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:
Diffstat (limited to 'configure')
-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))