build/linux : Fix unwanted character in AppImage revisioning

Completing 57e91450
This commit is contained in:
Bruno 2025-02-17 20:50:05 -03:00
parent 9ef88f3c88
commit 7a2537de9a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ echo "usr/${LIB_DIR}/${LIB_SUBDIR}gconv
## Revision (if there is one)
if [[ "$GIMP_CI_APPIMAGE" =~ [1-9] ]] && [ "$CI_PIPELINE_SOURCE" != 'schedule' ]; then
sed -i "s/revision=0/revision=$REVISION/" "$(echo $USR_DIR/share/gimp/*/gimp-release)"
sed -i "s/revision=0/revision=$(echo $REVISION | sed 's/-//')/" "$(echo $USR_DIR/share/gimp/*/gimp-release)"
fi
echo -e "\e[0Ksection_end:`date +%s`:apmg_files\r\e[0K"
fi