commit 7eaf2315843e3955ccf33e69c2036075049423a1 parent b09e83b08ab03a583acafea81a81bc1251d71e94 Author: ccx <ccx@te2000.cz> Date: Thu, 7 Mar 2024 20:02:39 +0000 fix variable name Diffstat:
M | postinstall | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/postinstall b/postinstall @@ -44,7 +44,7 @@ link_changed() { local prev cur prev=${${:-$prev_env/$1}:P} post=${${:-$current_env/$1}:P} - [[ "$pre" != "$post" ]] + [[ "$prev" != "$post" ]] } setup_rc() {