~dricottone/my-utils

4d76920fa980792cde032d62c24bc88f8cf689c0 — Dominic Ricottone 2 years ago 119d6db
Effectively no change

I realized why I was deliberately ignoring the quiet option in these
scripts. It was already being handled in myminiparse.sh.
3 files changed, 3 insertions(+), 4 deletions(-)

M core/whichcat
M core/whiched
M core/whichvi
M core/whichcat => core/whichcat +1 -2
@@ 15,11 15,10 @@ EOF
. /usr/local/lib/myminiparse.sh

code=0
quiet=0
for arg; do
  case "$arg" in
  -q|--quiet)
    quiet=1
    #handled in myminiparse.sh
    ;;

  *)

M core/whiched => core/whiched +1 -1
@@ 21,7 21,7 @@ EOF
for arg; do
  case "$arg" in
  -q|--quiet)
    quiet=1
    #handled in myminiparse.sh
    ;;

  *)

M core/whichvi => core/whichvi +1 -1
@@ 21,7 21,7 @@ EOF
for arg; do
  case "$arg" in
  -q|--quiet)
    quiet=1
    #handled in myminiparse.sh
    ;;

  *)