solve shellcheck problems
This commit is contained in:
parent
b47d1e65fb
commit
285d20a469
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ PARAMETTER
|
||||||
--swaylock-only Lauch the locker with swaylock original options.
|
--swaylock-only Lauch the locker with swaylock original options.
|
||||||
"
|
"
|
||||||
|
|
||||||
for i in $@; do
|
for i in "$@"; do
|
||||||
case "$i" in
|
case "$i" in
|
||||||
"-h" | "--help")
|
"-h" | "--help")
|
||||||
echo "$Usage"
|
echo "$Usage"
|
||||||
|
|
Loading…
Reference in a new issue