Fix shellcheck warnings

This commit is contained in:
a1346054 2021-08-22 20:22:34 +00:00
parent c74de63279
commit d07904ccb7
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=`cat ../cli/onionshare_cli/resources/version.txt`
VERSION=$(cat ../cli/onionshare_cli/resources/version.txt)
# Supported locales
LOCALES="en fi pl pt_BR ru tr uk"