Skip to content

Commit

Permalink
Corrected previously ignored comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anoduck committed Mar 2, 2024
1 parent d82085d commit 2289446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2289446

Please sign in to comment.