Attempt to fix the shellcheck error

This commit is contained in:
walking-octopus 2022-07-27 21:53:06 +00:00 committed by GitHub
parent 957e280bed
commit d2d1c0aab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1129,7 +1129,7 @@ get_distro() {
distro="Ubuntu Touch $ut_ota"; distro="Ubuntu Touch $ut_ota";
# There's a weird UT bug where the HOSTNAME is set to android. # There's a weird UT bug where the HOSTNAME is set to android.
export HOSTNAME=$(hostname); HOSTNAME=$(hostname);
fi fi
# Get Ubuntu flavor. # Get Ubuntu flavor.