From fab48b5fc6230155fc56672ffdf5bd14dc6168dd Mon Sep 17 00:00:00 2001 From: Andrejus Date: Sun, 12 Jul 2020 16:22:11 +0100 Subject: [PATCH] Update setup.pl --- setup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.pl b/setup.pl index 5d5149d..89f6086 100755 --- a/setup.pl +++ b/setup.pl @@ -43,4 +43,4 @@ move($temp_dotfiles_dir, $dotfiles_dir); # Install repo print "Running installer\n"; -return capture([0,1,2], $^X, "make -C $dotfiles_dir install"); +`make -C $dotfiles_dir install`;