Correction Bash
This commit is contained in:
parent
333efed3f1
commit
7b470acdfb
1 changed files with 1 additions and 4 deletions
|
@ -103,10 +103,7 @@ do
|
|||
shift 2;;
|
||||
|
||||
('-m'|'--message'|'--')
|
||||
if [[ $2 == - ]]
|
||||
then
|
||||
MESSAGE=/dev/stdin
|
||||
elif [[ $2 == "" ]]
|
||||
if [[ $2 == "" ]]
|
||||
then
|
||||
MESSAGE=""
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue