Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Update scripts to pass Shellcheck lints #11166

Merged
merged 17 commits into from
Oct 27, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -ex

# Get the codename from distro env
DIST=`cut -d ':' -f2 <<< $distro`
DIST=`cut -d ':' -f2 <<< ${distro:?}`
DMRobertson marked this conversation as resolved.
Show resolved Hide resolved

# we get a read-only copy of the source: make a writeable copy
cp -aT /synapse/source /synapse/build
Expand Down