diff options
Diffstat (limited to 'util/add_theme_repo')
-rwxr-xr-x | util/add_theme_repo | 2 |
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 |