]> gitweb.factorcode.org Git - factor.git/commitdiff
build-support/factor.sh: typo was causing make detection to fail on linux
authorJoe Groff <arcata@gmail.com>
Tue, 25 Jan 2011 03:42:06 +0000 (22:42 -0500)
committerJoe Groff <arcata@gmail.com>
Tue, 25 Jan 2011 03:42:06 +0000 (22:42 -0500)
build-support/factor.sh

index c04ff38a29b86ab58a673e70be1ca5d50149b29b..52a989b78d67ec8d908b7cfeaf69316a6cc6bcd0 100755 (executable)
@@ -97,7 +97,7 @@ set_make() {
         dragonflybsd) MAKE='gmake';;
         *) MAKE='make';;
     esac
-    if [[ $MAKE = 'gmake' ]] ; then
+    if [[ $MAKE = 'gmake' ]] ; then
         ensure_program_installed gmake
     fi
 }