diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-symbols.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-symbols.sh index 15e1d6c..20c4662 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-symbols.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-symbols.sh @@ -53,7 +53,7 @@ for FILE in $TRG/{shadowman,rpm}*;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`