superfluous variable

This commit is contained in:
Gwenhael Le Moine 2022-01-22 15:57:58 +01:00
parent c2410a435e
commit db4a4b1b84
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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