From d2d1c0aab441fc0d59d76f21097179c9c2ae4852 Mon Sep 17 00:00:00 2001 From: walking-octopus <46994949+walking-octopus@users.noreply.github.com> Date: Wed, 27 Jul 2022 21:53:06 +0000 Subject: [PATCH] Attempt to fix the shellcheck error --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index e57ef6d2..898fb85c 100755 --- a/neofetch +++ b/neofetch @@ -1125,11 +1125,11 @@ get_distro() { distro=${distro/NAME=} if [[ -f /usr/bin/system-image-cli ]]; then - export ut_ota = $(system-image-cli -i | awk '/version tag:/ { print $3 }'); + export ut_ota=$(system-image-cli -i | awk '/version tag:/ { print $3 }'); distro="Ubuntu Touch $ut_ota"; # There's a weird UT bug where the HOSTNAME is set to android. - export HOSTNAME=$(hostname); + HOSTNAME=$(hostname); fi # Get Ubuntu flavor.