fixes
This commit is contained in:
parent
7adc789dbd
commit
ac73d50c3c
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ rm -fr $PKG
|
|||
( cd $REPOSITORIES
|
||||
if [ -e $REPOSITORIES/$PRGNAM ] ; then
|
||||
( cd $REPOSITORIES/$PRGNAM
|
||||
hg pull --rebase --update
|
||||
hg pull --update
|
||||
)
|
||||
else
|
||||
hg clone http://bitbucket.org/BruceEckel/python-3-patterns-idioms $REPOSITORIES/$PRGNAM
|
||||
|
|
Loading…
Add table
Reference in a new issue