Skip to content

Commit

Permalink
configure: add missing function fail()
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Oct 29, 2020
1 parent 13680e7 commit 0069fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 0069fcd

Please sign in to comment.