Loading hook-scripts/post-receive/auto-build +2 −2 Original line number Diff line number Diff line Loading @@ -82,11 +82,11 @@ _normalise_ref () _get_config_section () { local sections prefix sec IFS=$'\n' sections=( `git config --list \ IFS=$'\n' sections=( "`git config --list \ | grep -e '^auto-build' \ | sed -e 's/=.*//' -e 's/\.[^.]*$//' -e 's/^auto-build\.\?//' \ | sort -ur ` ) `" ) { echo "Finding match for $1 in" printf " %s\n" "${sections[@]}" Loading Loading
hook-scripts/post-receive/auto-build +2 −2 Original line number Diff line number Diff line Loading @@ -82,11 +82,11 @@ _normalise_ref () _get_config_section () { local sections prefix sec IFS=$'\n' sections=( `git config --list \ IFS=$'\n' sections=( "`git config --list \ | grep -e '^auto-build' \ | sed -e 's/=.*//' -e 's/\.[^.]*$//' -e 's/^auto-build\.\?//' \ | sort -ur ` ) `" ) { echo "Finding match for $1 in" printf " %s\n" "${sections[@]}" Loading