Skip to content

Commit 1954598

Browse files
committed
Remove unnecessary quoting
1 parent ffe85ec commit 1954598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/centos-kmods-sig/install.d/95-kmods-sig-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -lv
22

33
if [[ ${DISTRO_NAME} == centos && -n ${DIB_CENTOS_KMODS_PKGLIST} ]]; then
4-
dnf install -y "${DIB_CENTOS_KMODS_PKGLIST}"
4+
dnf install -y ${DIB_CENTOS_KMODS_PKGLIST}
55
else
66
echo "You must set the package list: \"$DIB_CENTOS_KMODS_PKGLIST\"."
77
exit 1

0 commit comments

Comments
 (0)