Merge branch 'master' of ssh://gitlab.manjaro.org:22277/tools/development-tools/manjaro-tools

This commit is contained in:
Philip Müller 2020-06-21 21:12:10 +02:00
commit df09a5f3ba

View file

@ -257,5 +257,5 @@ upd_dl_version(){
msg2 "Version > ${dist_release}"
sed -i "/Version/c\Version = \"${dist_release}\"" ${dl_file}
msg2 "date > ${timestamp}"
sed -i "/date/c\date = \"${timestamp}\"" ${dl_file}
sed -i "/^date/c\date = \"${timestamp}\"" ${dl_file}
}