superfluous variable
This commit is contained in:
parent
c2410a435e
commit
db4a4b1b84
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ rm -fr $PKG $TMP/$PRGNAM
|
||||||
mkdir -p $PKG
|
mkdir -p $PKG
|
||||||
|
|
||||||
# mise en place
|
# mise en place
|
||||||
GIT_URL="https://github.com/flacjacket/pywlroots.git"
|
[ ! -e $REPOSITORY ] && git clone https://github.com/flacjacket/pywlroots.git $REPOSITORY
|
||||||
[ ! -e $REPOSITORY ] && git clone "$GIT_URL" $REPOSITORY
|
|
||||||
cd $REPOSITORY
|
cd $REPOSITORY
|
||||||
git pull --all
|
git pull --all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue