style: Quote variables (#563)

This commit is contained in:
Kroese
2024-01-14 01:11:58 +01:00
committed by GitHub
parent 6d3812d1d0
commit 893a013ae9
9 changed files with 45 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail
: ${URL:=''} # URL of the PAT file to be downloaded.
: "${URL:=''}" # URL of the PAT file to be downloaded.
if [ -f "$STORAGE/dsm.ver" ]; then
BASE=$(<"$STORAGE/dsm.ver")