From db4a4b1b843cb77177c363620092726d27b42df1 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sat, 22 Jan 2022 15:57:58 +0100 Subject: [PATCH] superfluous variable --- l/pywlroots/git.SlackBuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/l/pywlroots/git.SlackBuild b/l/pywlroots/git.SlackBuild index e7030d63..ebf04ec0 100755 --- a/l/pywlroots/git.SlackBuild +++ b/l/pywlroots/git.SlackBuild @@ -27,8 +27,7 @@ rm -fr $PKG $TMP/$PRGNAM mkdir -p $PKG # mise en place -GIT_URL="https://github.com/flacjacket/pywlroots.git" -[ ! -e $REPOSITORY ] && git clone "$GIT_URL" $REPOSITORY +[ ! -e $REPOSITORY ] && git clone https://github.com/flacjacket/pywlroots.git $REPOSITORY cd $REPOSITORY git pull --all