From 598847afe3021fdeff18691a3e7def06f9936d91 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Mon, 15 Aug 2016 13:48:34 -0400 Subject: [PATCH] forgot it's sh not bash --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d470950..ac10f34 100755 --- a/configure +++ b/configure @@ -31,7 +31,7 @@ ccerr=$? rm ${temp_src} ${temp_exe} -if [ "$ccerr" == 1 ] ; then +if [ "$ccerr" = 1 ] ; then echo echo echo "The libmagic library was not found."