We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4980bad commit 5d2bda4Copy full SHA for 5d2bda4
1 file changed
modules.d/95zfcp_rules/parse-zfcp.sh
@@ -63,7 +63,8 @@ for zfcp_arg in $(getargs root=) $(getargs resume=); do
63
if [ -n "$ccw_arg" ]; then
64
OLDIFS="$IFS"
65
IFS="-"
66
- set -- "$ccw_arg"
+ # shellcheck disable=SC2086
67
+ set -- $ccw_arg
68
IFS="$OLDIFS"
69
_wwpn=${4%:*}
70
_lun=${4#*:}
0 commit comments