Consistency

This commit is contained in:
David Heinemeier Hansson
2026-05-21 19:30:30 +02:00
parent 486c73e6df
commit fed2298235
14 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ main() {
case "$1" in
--path)
shift
[[ $# -gt 0 ]] || { echo "Missing value for --path" >&2; return 2; }
(( $# > 0 )) || { echo "Missing value for --path" >&2; return 2; }
search_path="$1"
;;
--help | -h)