Skip to content
Snippets Groups Projects
Commit 57f39ed1 authored by Seblu's avatar Seblu
Browse files

reinstallpkgs: use exec

parent 70a40c5f
No related branches found
No related tags found
No related merge requests found
Pipeline #421 passed with stages
in 5 minutes and 8 seconds
......@@ -16,4 +16,4 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
pacman -S "$@" $(comm -23 <(pacman -Qq|sort) <(pacman -Qqm|sort))
exec pacman -S "$@" $(comm -23 <(pacman -Qq|sort) <(pacman -Qqm|sort))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment