Loading hook-scripts/post-receive/auto-build +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ build () ( export AUTO_BUILD_BASE="$GIT_DIR" unset GIT_DIR if ! eval "$cmd" >&2; then if ! eval $cmd >&2; then echo "command failed: $cmd" >&2 return 1 fi Loading Loading
hook-scripts/post-receive/auto-build +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ build () ( export AUTO_BUILD_BASE="$GIT_DIR" unset GIT_DIR if ! eval "$cmd" >&2; then if ! eval $cmd >&2; then echo "command failed: $cmd" >&2 return 1 fi Loading