libmysqld/Makefile.am : Workaround against the empty variable "$sqlstoragesources",
shell "for" loops without values to loop over cause syntax errors. libmysqld/Makefile.am: Workaround: The variable "$sqlstoragesources" expands to empty, this causes shell errors. The clean solution would be to check the reason for this, whether it will be permanent etc, but for a quick fix it is sufficient to prevent shell syntax errors.
Showing
Please register or sign in to comment