Loading hook-scripts/post-receive/auto-build +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ _get_config_section () set -o noglob IFS=$'\n' sections=( `git config --list \ | grep -e '^auto-build' \ | sed -e 's/=.*//' -e 's/\.[^.]*$//' -e 's/^auto-build\.\?//' \ | sed -e 's/=.*//' -e 's/\.[^.]*$//' -e 's/^auto-build\.\{0,1\}//' \ | sort -ur ` ) set +o noglob Loading Loading
hook-scripts/post-receive/auto-build +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ _get_config_section () set -o noglob IFS=$'\n' sections=( `git config --list \ | grep -e '^auto-build' \ | sed -e 's/=.*//' -e 's/\.[^.]*$//' -e 's/^auto-build\.\?//' \ | sed -e 's/=.*//' -e 's/\.[^.]*$//' -e 's/^auto-build\.\{0,1\}//' \ | sort -ur ` ) set +o noglob Loading