diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-logos.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-logos.sh index ef01fa4..bc05775 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-logos.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-logos.sh @@ -52,7 +52,7 @@ for FILE in $TRG/redhat*;do PROP=`identify $FILE` # Define image name. - NAME=`basename $FILE` + NAME=$(basename $FILE) # Define image width. WIDTH=`echo $PROP | cut -d' ' -f3 | cut -dx -f1`