From 7d8553380a41a9ec0e54a7fb63737cc229f09cfd Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Fri, 21 Oct 2022 17:40:07 +0200 Subject: Fix quoting --- 2022/organizers-notebook.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '2022/organizers-notebook.md') diff --git a/2022/organizers-notebook.md b/2022/organizers-notebook.md index c2849cc7..81f50b43 100644 --- a/2022/organizers-notebook.md +++ b/2022/organizers-notebook.md @@ -2312,7 +2312,7 @@ Probably focus on grabbing the audio first and seeing what’s worth keeping Make a table of the form - +
@@ -3924,7 +3924,7 @@ chatter in the other lists Cc’d on this message. Thank you. sleep_duration=1800 data=prerec-wait-new.data - touch check-new-prerecs.data + touch "$data" plural() { if [ "$2" = 1 ] || [ "$2" = -1 ]; then @@ -3947,7 +3947,7 @@ chatter in the other lists Cc’d on this message. Thank you. echo "Currently waiting for prerec" - prerecs_number_past=$(cat $data) + prerecs_number_past=$(cat "$data") prerecs_number_current="$(TERM=xterm ssh orga@media.emacsconf.org -- ls -1 /srv/upload | wc -l)" diff=$((prerecs_number_current - prerecs_number_past)) -- cgit v1.2.3