From 2289446de6964da6ae87d5a49469e4a63de1d70b Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Sat, 2 Mar 2024 16:18:03 -0500 Subject: [PATCH] Corrected previously ignored comment --- setver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setver.sh b/setver.sh index 733bcb8..80594dd 100755 --- a/setver.sh +++ b/setver.sh @@ -1204,7 +1204,7 @@ lookup_script_data() { script_modified="??" [[ "$os_kernel" == "Linux" ]] && script_modified=$(stat -c %y "$script_install_path" 2>/dev/null | cut -c1-16) # generic linux [[ "$os_kernel" == "Darwin" ]] && script_modified=$(stat -f "%Sm" "$script_install_path" 2>/dev/null) # for MacOS - [[ "$os_kernel" == "OpenBSD" ]] && script_modified=$(stat -f "%Sm" "$script_install_path" 2>/dev/null) # for MacOS + [[ "$os_kernel" == "OpenBSD" ]] && script_modified=$(stat -f "%Sm" "$script_install_path" 2>/dev/null) # for OpenBSD debug "$info_icon Last modif : $script_modified" debug "$info_icon Script ID : $script_lines lines / md5: $script_hash"