Loading hook-scripts/post-receive/auto-build +1 −1 Original line number Diff line number Diff line Loading @@ -244,7 +244,7 @@ build () # normalise $cmd pushd "$GIT_DIR" >/dev/null eval "cmd=( $cmd )" cmd[0]=`readlink -e "${cmd[0]}" || echo "${cmd[0]}"` cmd[0]=`real_path "${cmd[0]}" || echo "${cmd[0]}"` popd >/dev/null # run the build command Loading Loading
hook-scripts/post-receive/auto-build +1 −1 Original line number Diff line number Diff line Loading @@ -244,7 +244,7 @@ build () # normalise $cmd pushd "$GIT_DIR" >/dev/null eval "cmd=( $cmd )" cmd[0]=`readlink -e "${cmd[0]}" || echo "${cmd[0]}"` cmd[0]=`real_path "${cmd[0]}" || echo "${cmd[0]}"` popd >/dev/null # run the build command Loading