missing !

This commit is contained in:
Gwenhael Le Moine 2016-09-18 22:55:37 +02:00
parent ad84bcf79e
commit a75be41a48

View file

@ -21,7 +21,7 @@ PREFIX=/usr
rm -fr $PKG rm -fr $PKG
# get sources # get sources
[ -e $REPOSITORY ] && git clone http://github.com/sandal/rbp-book.git $REPOSITORY [ ! -e $REPOSITORY ] && git clone http://github.com/sandal/rbp-book.git $REPOSITORY
( cd $REPOSITORY && git pull ) ( cd $REPOSITORY && git pull )
VERSION="$( cd $REPOSITORY && git log -1 --format=%h_%ad --date=format:%Y.%m.%d )" VERSION="$( cd $REPOSITORY && git log -1 --format=%h_%ad --date=format:%Y.%m.%d )"