[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Make GO_REBUILD_URSELF log the restart
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jul 16, 2021
1 parent e634623 commit 2d6fa2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nobuild.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ void chain_echo(Chain chain);
.count = argc, \
}, \
}; \
INFO("CMD: %s", cmd_show(cmd)); \
cmd_run_sync(cmd); \
exit(0); \
} \
Expand Down

0 comments on commit 2d6fa2e

Please sign in to comment.