Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
alba4k committed Sep 14, 2022
2 parents ae525a3 + cc36059 commit 8c484d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ void packages() {
close(*pipes);
dup2(pipes[1], STDOUT_FILENO);

execlp("sh", "sh", "-c", "flatpak list 2>/dev/nul | wc -l", NULL);
execlp("sh", "sh", "-c", "flatpak list 2>/dev/null | wc -l", NULL);
}
wait(NULL);
close(pipes[1]);
Expand Down

0 comments on commit 8c484d4

Please sign in to comment.