diff configure @ 140:faa0bc5fc2f5

fix typo
author Naoya OYAMA <naoya.oyama@gmail.com>
date Sat, 28 Jul 2012 16:14:10 +0900
parents 5eab7c73a28a
children ac23a9b417a2
line wrap: on
line diff
--- a/configure	Sat Jul 28 16:05:28 2012 +0900
+++ b/configure	Sat Jul 28 16:14:10 2012 +0900
@@ -470,7 +470,7 @@
 #################################################
 #  check pt3 driver
 #################################################
-if test -e pt3/mp_auto_pull ; then
+if test -e pt3/auto_pull ; then
     if ! (cd pt3 && git pull --rebase) ; then
         echo "git pull failed, (re)move pt3/auto_pull to disable pulling"
         exit 1