]> git.plutz.net Git - shellwiki/commitdiff
bugfix: read --loaction parameter
authorPaul Hänsch <paul@plutz.net>
Wed, 27 Sep 2023 14:12:03 +0000 (16:12 +0200)
committerPaul Hänsch <paul@plutz.net>
Wed, 27 Sep 2023 14:12:03 +0000 (16:12 +0200)
searchindex.sh

index 526877dc7de0ffc2f540e39fe3226d06b5a12f7a..029f0f4630b108939355c6d5b37434569904fd94 100755 (executable)
@@ -87,6 +87,7 @@ help() {
 while [ $# -gt 0 ]; do case $1 in
   --exec|-e) _EXEC="${2%/}"; shift 2;;
   --data|-d) _DATA="${2%/}"; shift 2;;
+  --location) location="${2}"; shift 2;;
   --verbose|-v) verb=true; shift 1;;
   --force) force=true; shift 1;;
   --help) help 0 2>&1;;