aboutsummaryrefslogtreecommitdiffstats
path: root/util/add_theme_repo
diff options
context:
space:
mode:
Diffstat (limited to 'util/add_theme_repo')
-rwxr-xr-xutil/add_theme_repo2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/add_theme_repo b/util/add_theme_repo
index fe4384604..5ccbccd3f 100755
--- a/util/add_theme_repo
+++ b/util/add_theme_repo
@@ -1,7 +1,7 @@
#!/bin/sh -f
-if [ $# -eq '3' ]; then
+if [ $# -ne 2 ]; then
echo usage: $0 repo_url nickname
exit 1
fi