summaryrefslogtreecommitdiff
path: root/src/abslibre-tools/librestage
diff options
context:
space:
mode:
Diffstat (limited to 'src/abslibre-tools/librestage')
-rwxr-xr-xsrc/abslibre-tools/librestage2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abslibre-tools/librestage b/src/abslibre-tools/librestage
index 0cb7a27..e209beb 100755
--- a/src/abslibre-tools/librestage
+++ b/src/abslibre-tools/librestage
@@ -47,7 +47,7 @@ main() {
esac
done
repos=("$@")
- if [[ ${#repos[@]} == 0 ]]; then
+ if [[ ${#repos[@]} -eq 0 ]]; then
usage >>/dev/stderr
return 1;
fi