From 583343a2ef46f5d3fd7be10dc59ae55689cc732d Mon Sep 17 00:00:00 2001 From: rofl0r Date: Thu, 29 Oct 2020 12:05:58 +0000 Subject: [PATCH] configure: fix typo in fail() --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))