summaryrefslogtreecommitdiffstats
path: root/2022/organizers-notebook.md
diff options
context:
space:
mode:
authorLeo Vivier <zaeph@zaeph.net>2022-10-21 17:40:07 +0200
committerLeo Vivier <zaeph@zaeph.net>2022-10-21 17:40:07 +0200
commit7d8553380a41a9ec0e54a7fb63737cc229f09cfd (patch)
tree8eb030c3f5ff8090e8326640e7e3862625884f36 /2022/organizers-notebook.md
parent5d5ca79c681f2a78967ddb9ac6527fb77935b40e (diff)
downloademacsconf-wiki-7d8553380a41a9ec0e54a7fb63737cc229f09cfd.tar.xz
emacsconf-wiki-7d8553380a41a9ec0e54a7fb63737cc229f09cfd.zip
Fix quoting
Diffstat (limited to '2022/organizers-notebook.md')
-rw-r--r--2022/organizers-notebook.md6
1 files changed, 3 insertions, 3 deletions
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&rsquo;s worth keeping
Make a table of the form
-<table id="org1c3f0f6" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
+<table id="orgac83d11" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
@@ -3924,7 +3924,7 @@ chatter in the other lists Cc&rsquo;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&rsquo;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))