From f9b0b68d6d638f4061245ff8a5fa5cb9577a719f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 05 2011 02:46:49 +0000 Subject: Update Render/Config/Identity/Themes/Distro/rebrand-logos.sh. --- 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`