Skip to content

Commit

Permalink
fix: corrected formatting of make log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Nov 10, 2024
1 parent 3e741bc commit c565a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/make.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static void package(void) {
}
cp_dash_r("COPYING.BSD COPYING.GPL carbon.h", WORKDIR);
cp_dash_r("src/carbon_*.c src/carbon_*.cc", WORKDIR "/src");
CARBON_INFO(" GZIP " WORKDIR ".tgz");
CARBON_INFO(" GZIP " WORKDIR ".tgz");
call_cmd("tar -zcf " WORKDIR ".tgz " WORKDIR);
rm_dash_r(WORKDIR);
}
Expand Down

0 comments on commit c565a13

Please sign in to comment.