• David Zülke's avatar
    fix unset LOG_CONCURRENCY crashing apps (#475) · acc99022
    David Zülke authored
    if an app has a .profile.d script that does set -u, and that is evaluated before WEB_CONCURRENCY.sh (because of alpha order when globbing), the access to the variable, if unset, would cause a failure on startup
    
    the fix is to check if the variable is set, using the '+' parameter substitution
    acc99022
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
lib Loading commit data...
profile Loading commit data...
test Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
makefile Loading commit data...