shellcheck tweaks
This commit is contained in:
parent
fa119a8d4f
commit
d7accc8c69
3 changed files with 13 additions and 12 deletions
|
@ -10,6 +10,6 @@ find_or_open(){
|
|||
fi
|
||||
}
|
||||
|
||||
if [[ ! -z $1 ]]; then
|
||||
find_or_open $1
|
||||
if [[ -n $1 ]]; then
|
||||
find_or_open "$1"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue