WoofQ builds a distro named EasyOS; however, I want to free it up, to build a distro with any name.
That means will have substitute "EasyOS" and "Easy" in gettext strings in scripts, with variables.
This requires using eval_gettext instead of gettext.
I found this old post:
https://oldforum.puppylinux.com/viewtopic.php?t=96326
Old forum member don570 recommends not to use
Code: Select all
. gettext.sh
as he says:
The bash manual says to do that but it just causes substitution problems.
Reading through that thread, I can't see why it causes problems.
It seems better than the other method using eval.
Anyone have experience with this?