Skip to content

Commit

Permalink
configure: fix typo in fail()
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Oct 29, 2020
1 parent 0069fcd commit 583343a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 583343a

Please sign in to comment.