Skip to content

Commit 2289446

Browse files
author
anoduck
committed
Corrected previously ignored comment
1 parent d82085d commit 2289446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setver.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ lookup_script_data() {
12041204
script_modified="??"
12051205
[[ "$os_kernel" == "Linux" ]] && script_modified=$(stat -c %y "$script_install_path" 2>/dev/null | cut -c1-16) # generic linux
12061206
[[ "$os_kernel" == "Darwin" ]] && script_modified=$(stat -f "%Sm" "$script_install_path" 2>/dev/null) # for MacOS
1207-
[[ "$os_kernel" == "OpenBSD" ]] && script_modified=$(stat -f "%Sm" "$script_install_path" 2>/dev/null) # for MacOS
1207+
[[ "$os_kernel" == "OpenBSD" ]] && script_modified=$(stat -f "%Sm" "$script_install_path" 2>/dev/null) # for OpenBSD
12081208

12091209
debug "$info_icon Last modif : $script_modified"
12101210
debug "$info_icon Script ID : $script_lines lines / md5: $script_hash"

0 commit comments

Comments
 (0)