Selaa lähdekoodia

Error on unknown options

master
JustAnotherArchivist 2 vuotta sitten
vanhempi
commit
df7b25c2db
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. +6
    -0
      wpull2-requeue

+ 6
- 0
wpull2-requeue Näytä tiedosto

@@ -48,6 +48,12 @@ then
shift
fi

if [[ "$1" == --* ]]
then
echo "Error: Unknown option $1" >&2
exit 1
fi

if [[ "${where}" ]]
then
where="$1"


Ladataan…
Peruuta
Tallenna