Skip to content

Commit bbb9bf7

Browse files
author
Ira Abramov
committed
fix the shellcheck and linter issues
1 parent c68eca0 commit bbb9bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/powerline-naked/powerline-naked.base.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source "${BASH_IT?}/themes/powerline/powerline.base.bash"
66
function __powerline_left_segment {
77
local OLD_IFS="${IFS}"
88
IFS="|"
9-
local params=($1)
9+
local params=("$1")
1010
IFS="${OLD_IFS}"
1111
local separator=""
1212
local pad_before_segment=" "

0 commit comments

Comments
 (0)