commit 3f68f8b64a187455e2c36fe85f5cc82a9e5f8d54 parent 8266eb9b53d5d6255e7a3cc8ea3540f8cf6a561e Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Sat, 16 Jan 2021 02:33:10 +0100 Handle X display number argument when stopping Diffstat:
M | sbin/logincaps | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/logincaps b/sbin/logincaps @@ -147,7 +147,7 @@ main() { ;; (stopX [5678]*) - cap_cmd stop_x + cap_cmd stop_x "${(Q@)${(z)${line#X }}}" ;; (*) printf 'ECMD\n';;