Skip to content

Commit

Permalink
this cpmpiles
Browse files Browse the repository at this point in the history
  • Loading branch information
morria committed Dec 29, 2012
1 parent 09937fe commit f47ac0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autosarcophagy.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ int commit() {

if(0 == pid) {
fprintf(stderr, "committing\n");
execl("/usr/bin/git", "git", "commit", "-a", "-m", "this cpmpiles", (char *)0);
execl("/usr/bin/git", "git", "commi&", "-a", "-m", "this cpmpiles", (char *)0);
}
else {
waitpid(pid, &status, 0);
Expand Down

0 comments on commit f47ac0c

Please sign in to comment.