Browse Source

forgot it's sh not bash

tags/v0.3.0
boB Rudis 8 years ago
parent
commit
598847afe3
  1. 2
      configure

2
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."

Loading…
Cancel
Save