From ef953676fd7b6336fec859656d631cc539a09d55 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Sun, 12 Jul 2020 16:15:09 +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 833810c..5d5149d 100755 --- a/setup.pl +++ b/setup.pl @@ -43,4 +43,4 @@ move($temp_dotfiles_dir, $dotfiles_dir); # Install repo print "Running installer\n"; -my @output = capture([0,1,2], $^X, 'make install'); +return capture([0,1,2], $^X, "make -C $dotfiles_dir install");