What do we say about testing before releasing? Not today!

This commit is contained in:
Alexandre Aubin 2024-07-01 20:25:10 +02:00
parent 6b77e19bbd
commit 1ed56952e6

View file

@ -108,6 +108,7 @@ ynh_setup_source() {
then
src_format="tar.bz2"
elif [[ "$src_url" =~ ^.*\.tar$ ]]
then
src_format="tar"
elif [[ -z "$src_extract" ]]
then