diff --git a/scripts/build-xcursor-plasmasvg b/scripts/build-xcursor-plasmasvg index 0e95ef28..661f8eca 100755 --- a/scripts/build-xcursor-plasmasvg +++ b/scripts/build-xcursor-plasmasvg @@ -24,7 +24,7 @@ genPixmaps="" for RAWSVG in ${RAWSVG_DIR}/*.svg; do BASENAME=${RAWSVG##*/} BASENAME=${BASENAME%.*} - genPixmaps+=" file-open:${RAWSVG};" + genPixmaps+="file-open:${RAWSVG};" for scale in $SCALES; do DIR="$BUILD_DIR/x${scale}" @@ -32,7 +32,7 @@ for RAWSVG in ${RAWSVG_DIR}/*.svg; do genPixmaps+=" export-width:$((${REAL_SIZE}*scale/100)); export-height:$((${REAL_SIZE}*scale/100)); export-filename:${DIR}/${BASENAME}.png; export-do;" fi done - genPixmaps+=" file-close;" + genPixmaps+=" file-close; " done