Mercurial > pt1.oyama
comparison 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 |
comparison
equal
deleted
inserted
replaced
139:5eab7c73a28a | 140:faa0bc5fc2f5 |
---|---|
468 fi | 468 fi |
469 | 469 |
470 ################################################# | 470 ################################################# |
471 # check pt3 driver | 471 # check pt3 driver |
472 ################################################# | 472 ################################################# |
473 if test -e pt3/mp_auto_pull ; then | 473 if test -e pt3/auto_pull ; then |
474 if ! (cd pt3 && git pull --rebase) ; then | 474 if ! (cd pt3 && git pull --rebase) ; then |
475 echo "git pull failed, (re)move pt3/auto_pull to disable pulling" | 475 echo "git pull failed, (re)move pt3/auto_pull to disable pulling" |
476 exit 1 | 476 exit 1 |
477 fi | 477 fi |
478 fi | 478 fi |