Skip to content

Commit 8c47627

Browse files
committed
bug fixes
1 parent 700e62c commit 8c47627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/util.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ function isDistributor()
14251425
{
14261426
local -r distributor="${1}"
14271427

1428-
local -r found="$(grep -F -i -o "${distributor}" < '/proc/version')"
1428+
local -r found="$(grep -F -i -o -s "${distributor}" '/proc/version')"
14291429

14301430
if [[ "$(isEmptyString "${found}")" = 'true' ]]
14311431
then

0 commit comments

Comments
 (0)