Correction Bash

This commit is contained in:
F. Y. H. 2021-10-05 23:07:46 +02:00
parent 333efed3f1
commit 7b470acdfb

View file

@ -103,10 +103,7 @@ do
shift 2;;
('-m'|'--message'|'--')
if [[ $2 == - ]]
then
MESSAGE=/dev/stdin
elif [[ $2 == "" ]]
if [[ $2 == "" ]]
then
MESSAGE=""
else