diff options
-rw-r--r-- | functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh index a47bb2b..b19831d 100644 --- a/functions.sh +++ b/functions.sh @@ -940,7 +940,7 @@ _update_pid() _update_time() { # shellcheck disable=3028 - if [ "${BASH_VERSINFO:-0}" -ge 5 ]; then + if [ "${EPOCHREALTIME}" != "${EPOCHREALTIME}" ]; then # shellcheck disable=2034,3045 _update_time() { |