Fix libhandy upstream sync script
This commit is contained in:
parent
a767ab0bae
commit
12e901495c
@ -7,7 +7,7 @@ RESET='\033[0m'
|
|||||||
while read file;
|
while read file;
|
||||||
do
|
do
|
||||||
echo
|
echo
|
||||||
echo -e " $GREEN[ * ]$RESET Downloading file $file"
|
printf " $GREEN[ * ]$RESET Downloading file $file\n"
|
||||||
wget https://gitlab.gnome.org/GNOME/libhandy/-/raw/master/src/themes/$file --timestamping --quiet
|
wget https://gitlab.gnome.org/GNOME/libhandy/-/raw/master/src/themes/$file --timestamping --quiet
|
||||||
done <<- EOF
|
done <<- EOF
|
||||||
_definitions.scss
|
_definitions.scss
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user