From 1a1d45d9e4ee010d71bf958499442550e053d34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 6 Aug 2021 04:20:47 +0200 Subject: [PATCH] build: Remove unused variable https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/335 Part-of: --- export-zips.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/export-zips.sh b/export-zips.sh index 6fa3b441..25680195 100755 --- a/export-zips.sh +++ b/export-zips.sh @@ -14,7 +14,6 @@ mkdir $srcdir/zip-files extensiondir=$installdir/share/gnome-shell/extensions schemadir=$installdir/share/glib-2.0/schemas -localedir=$installdir/share/locale for f in $extensiondir/*; do name=`basename ${f%%@*}`