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`;