summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-14 19:45:41 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-14 19:45:41 +0200
commitea847425be921e714e1067803933de7b432a766b (patch)
tree73388b7bbb15ce78f7ebc804026b6e67c0024f3e /.local
parentupdate (diff)
downloaddotfiles-bsd-ea847425be921e714e1067803933de7b432a766b.tar.gz
dotfiles-bsd-ea847425be921e714e1067803933de7b432a766b.tar.bz2
dotfiles-bsd-ea847425be921e714e1067803933de7b432a766b.tar.xz
dotfiles-bsd-ea847425be921e714e1067803933de7b432a766b.tar.zst
dotfiles-bsd-ea847425be921e714e1067803933de7b432a766b.zip
fix
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/dmlog6
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/dmlog b/.local/bin/dmlog
index e110980..3d6ccc1 100755
--- a/.local/bin/dmlog
+++ b/.local/bin/dmlog
@@ -73,7 +73,7 @@ sub action
}
elsif ($var eq ${+LIST}[2]) {
if (confirm($var) == 1) {
- system(EMACS_PATH, '-e', '(save-buffers-kill-terminal)');
+ system(EMACS_PATH, '-e', '"(save-buffers-kill-terminal)"');
if (OS eq 'Linux') {
exec(LOGINCTL_PATH, 'terminate-session', 'self');
}
@@ -82,7 +82,7 @@ sub action
}
elsif ($var eq ${+LIST}[3]) {
if (confirm($var) == 1) {
- system(EMACS_PATH, '-e', '(save-buffers-kill-terminal)');
+ system(EMACS_PATH, '-e', '"(save-buffers-kill-terminal)"');
if (OS eq 'Linux') {
exec(LOGINCTL_PATH, 'reboot');
}
@@ -91,7 +91,7 @@ sub action
}
elsif ($var eq ${+LIST}[4]) {
if (confirm($var) == 1) {
- system(EMACS_PATH, '-e', '(save-buffers-kill-terminal)');
+ system(EMACS_PATH, '-e', '"(save-buffers-kill-terminal)"');
system(
NOTIF_PATH,
'-u',