1
0

Add debugging

This commit is contained in:
Kyle M Hall 2019-12-18 11:30:12 -05:00
parent 8fc99731ba
commit 4ff35de903

View File

@ -12,6 +12,7 @@ cp -r Koha dist/.
cd dist cd dist
PLUGIN_MODULE=$(find . -regex '\./Koha/Plugin/.*[A-Za-z]*\.pm$' | tac | sed '1q;d') PLUGIN_MODULE=$(find . -regex '\./Koha/Plugin/.*[A-Za-z]*\.pm$' | tac | sed '1q;d')
echo $(find . -regex '\./Koha/Plugin/.*[A-Za-z]*\.pm$' | tac )
sed -i -e "s/{VERSION}/${PLUGIN_VERSION}/g" ${PLUGIN_MODULE} sed -i -e "s/{VERSION}/${PLUGIN_VERSION}/g" ${PLUGIN_MODULE}
sed -i -e "s/1900-01-01/${TODAY_ISO}/g" $PLUGIN_MODULE sed -i -e "s/1900-01-01/${TODAY_ISO}/g" $PLUGIN_MODULE