mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-apps/radeon-profile-daemon: sleep only accepts integers in POSIX mode
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
@@ -15,7 +15,7 @@ wait_for_socket() {
|
||||
while [ ${i} -lt 10 ]; do
|
||||
[ -S "${radeon_socket}" ] && return 0
|
||||
i=$((${i}+1))
|
||||
sleep 1s
|
||||
sleep 1
|
||||
done
|
||||
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user