[__sensible_utils] Fix Ubuntu version detection

This commit is contained in:
Dennis Camera 2019-10-13 10:39:50 +02:00
parent 8b0734f719
commit 9edf5e8fe0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ in
pkg_type='apt'
;;
ubuntu)
"${os_version}" | version_ge 10.04 || package_name='debianutils'
(echo "${os_version}" | version_ge 10.04) || package_name='debianutils'
pkg_type='apt'
;;
centos|fedora|redhat|scientific)