diff options
Diffstat (limited to 'db-check-nonfree')
-rwxr-xr-x | db-check-nonfree | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db-check-nonfree b/db-check-nonfree index bea0fa8..37b7cf6 100755 --- a/db-check-nonfree +++ b/db-check-nonfree @@ -3,7 +3,7 @@ . "$(dirname "$(readlink -e "$0")")/config" . "$(dirname "$(readlink -e "$0")")/db-functions" -if [[ $# -ge 1 ]]; then +if [ $# -ge 1 ]; then error "Calling %s with a specific repository is not supported" "${0##*/}" exit 1 fi |