Commit 57f39ed1 authored by Seblu's avatar Seblu
Browse files

reinstallpkgs: use exec

parent 70a40c5f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))