commit 6be801f2f15b58c30d4a329efceeee675031c15a parent 4dedfc18c951591a64f08e285d8ceea575806b6e Author: ccx <ccx@te2000.cz> Date: Sat, 22 Jun 2024 16:45:37 +0000 Use whitespace split instead Diffstat:
M | sbin/logincaps | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/logincaps b/sbin/logincaps @@ -119,7 +119,7 @@ main() { ;; (login.capability.*) - local cap_exe=${line%[ ]*} + local cap_exe=${${=line}[1]} if (($+commands[$cap_exe])); then cap_cmd execlineb -c "$line" else