• unknown's avatar
    libmysqld/Makefile.am : Workaround against the empty variable "$sqlstoragesources", · 9a0afe06
    unknown authored
    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.
    9a0afe06
Makefile.am 6.81 KB