Skip to content

Commit

Permalink
try with quotes inside ()
Browse files Browse the repository at this point in the history
  • Loading branch information
swapdisk committed Dec 4, 2023
1 parent 08bf41c commit c6a5bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/shrink_lv/files/shrink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function parse_flags() {
do
case $i in
-d=*|--device=*)
entries+=(${i#*=})
entries+=("${i#*=}")
;;
-h)
display_help
Expand Down

0 comments on commit c6a5bf2

Please sign in to comment.