From eed4bdb30e47a42f3cf310c60bd067f928a88cac Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 11 Aug 2021 02:35:33 +0200 Subject: [PATCH] install: fix error on macOS --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1061b48..70b8d0d 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -set -eu +set -e export DOTFILES="$(dirname "$(realpath "$0")")"