From f06aaef89b2318ddce49598e4dbc5c420665a1d7 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Mon, 25 Jun 2018 08:18:57 -0700 Subject: [PATCH] Don't quite when running checks --- install.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.zsh b/install.zsh index 7fc9024..078626f 100755 --- a/install.zsh +++ b/install.zsh @@ -1,7 +1,5 @@ #!/usr/bin/env zsh -set -e - link="ln -s" rm="rm -rf"