summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-12-07 10:18:58 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-12-07 10:18:58 +1000
commit8978e7010f0ee39c43a9902fbbbbbbeb20da8152 (patch)
tree92d8a94b012f2396ca3e057ed43235b76b12478f
parenta626adda70bf7e514a6715ba0fe63874808ca5e0 (diff)
downloadxf86-input-wacom-8978e7010f0ee39c43a9902fbbbbbbeb20da8152.tar.gz
release.sh: fix syntax errors
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rwxr-xr-xrelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index d9619f0..7be73d0 100755
--- a/release.sh
+++ b/release.sh
@@ -595,7 +595,7 @@ process_module() {
[ x"$section" = xinput-wacom ] ||
[ x"$section" = xlibwacom ]; then
# input-wacom files are in a subdirectory for whatever reason
- if [ x"%section" = xinput-wacom]; then
+ if [ x"$section" = xinput-wacom ]; then
section="xf86-input-wacom/input-wacom"
fi