giellalt / template-lang-und

A template repo for new languages, as well as to update existing language repos with.
https://giellalt.uit.no/
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Executes `svn up` when too old #19

Closed TinoDidriksen closed 1 year ago

TinoDidriksen commented 1 year ago

https://github.com/giellalt/template-lang-und/blob/main/m4/giella-macros.m4#L108 actually executes svn up in the current language folder, rather than printing "svn up".

This will be superfluous when svn is deprecated, but now I wonder if other places have backticks that inadvertently execute stuff when printing.

snomos commented 1 year ago

Thanks for reporting. I will check whether there are other places to fix. Help to self:

https://stackoverflow.com/questions/61087875/how-to-escape-backticks-in-bash (but should probably just replace the backticks with regular quotes).