Skip to content

Commit bcabe4f

Browse files
committed
Claude review: Make suggested updates from asking claude to find bugs.
1 parent 6e82acb commit bcabe4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lvm_delete

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ opts=$(getopt \
5757
if [ $? -ne 0 ]; then
5858
exit
5959
fi
60-
eval set --$opts
60+
eval set -- "$opts"
6161

6262
while [[ $# -gt 0 ]]; do
6363
case "$1" in

0 commit comments

Comments
 (0)